Home
last modified time | relevance | path

Searched refs:iov_buf_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c1803 int iov_buf_size = 0; in wl_validate_fils_ind_ie() local
1816 iov_buf_size = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) + filsindie->len - 1; in wl_validate_fils_ind_ie()
1817 iov_buf = MALLOCZ(cfg->osh, iov_buf_size); in wl_validate_fils_ind_ie()
1819 WL_ERR(("%s: iov_buf alloc failed! %d bytes\n", __FUNCTION__, iov_buf_size)); in wl_validate_fils_ind_ie()
1834 err = wldev_iovar_setbuf(dev, "fils", iov_buf, iov_buf_size, in wl_validate_fils_ind_ie()
1847 MFREE(cfg->osh, iov_buf, iov_buf_size); in wl_validate_fils_ind_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c1796 int iov_buf_size = 0; in wl_validate_fils_ind_ie() local
1809 iov_buf_size = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) + filsindie->len - 1; in wl_validate_fils_ind_ie()
1810 iov_buf = MALLOCZ(cfg->osh, iov_buf_size); in wl_validate_fils_ind_ie()
1812 WL_ERR(("%s: iov_buf alloc failed! %d bytes\n", __FUNCTION__, iov_buf_size)); in wl_validate_fils_ind_ie()
1827 err = wldev_iovar_setbuf(dev, "fils", iov_buf, iov_buf_size, in wl_validate_fils_ind_ie()
1840 MFREE(cfg->osh, iov_buf, iov_buf_size); in wl_validate_fils_ind_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c10867 int iov_buf_size = 0; local
10880 iov_buf_size = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) + filsindie->len - 1;
10881 iov_buf = MALLOCZ(cfg->osh, iov_buf_size);
10883 WL_ERR(("%s: iov_buf alloc failed! %d bytes\n", __FUNCTION__, iov_buf_size));
10898 err = wldev_iovar_setbuf(dev, "fils", iov_buf, iov_buf_size,
10911 MFREE(cfg->osh, iov_buf, iov_buf_size);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c10865 int iov_buf_size = 0; local
10878 iov_buf_size = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) + filsindie->len - 1;
10879 iov_buf = MALLOCZ(cfg->osh, iov_buf_size);
10881 WL_ERR(("%s: iov_buf alloc failed! %d bytes\n", __FUNCTION__, iov_buf_size));
10896 err = wldev_iovar_setbuf(dev, "fils", iov_buf, iov_buf_size,
10909 MFREE(cfg->osh, iov_buf, iov_buf_size);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c10769 int iov_buf_size = 0; local
10782 iov_buf_size = sizeof(bcm_iov_buf_t) + sizeof(bcm_xtlv_t) + filsindie->len - 1;
10783 iov_buf = MALLOCZ(cfg->osh, iov_buf_size);
10785 WL_ERR(("%s: iov_buf alloc failed! %d bytes\n", __FUNCTION__, iov_buf_size));
10800 err = wldev_iovar_setbuf(dev, "fils", iov_buf, iov_buf_size,
10813 MFREE(cfg->osh, iov_buf, iov_buf_size);