Searched refs:iovbuf_len (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 1493 int ret = -1, iovbuf_len = WLC_IOCTL_MEDLEN; in dhd_conf_iovar_buf() local 1496 iovbuf = kmalloc(iovbuf_len, GFP_KERNEL); in dhd_conf_iovar_buf() 1498 CONFIG_ERROR("Failed to allocate buffer of %d bytes\n", iovbuf_len); in dhd_conf_iovar_buf() 1503 if (bcm_mkiovar(name, buf, len, iovbuf, iovbuf_len)) { in dhd_conf_iovar_buf() 1504 ret = dhd_wl_ioctl_cmd(dhd, cmd, iovbuf, iovbuf_len, FALSE, ifidx); in dhd_conf_iovar_buf() 1514 iovar_len = bcm_mkiovar(name, buf, len, iovbuf, iovbuf_len); in dhd_conf_iovar_buf()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 1427 int ret = -1, iovbuf_len = WLC_IOCTL_MEDLEN; in dhd_conf_iovar_buf() local 1430 iovbuf = kmalloc(iovbuf_len, GFP_KERNEL); in dhd_conf_iovar_buf() 1432 CONFIG_ERROR("Failed to allocate buffer of %d bytes\n", iovbuf_len); in dhd_conf_iovar_buf() 1437 if (bcm_mkiovar(name, buf, len, iovbuf, iovbuf_len)) { in dhd_conf_iovar_buf() 1438 ret = dhd_wl_ioctl_cmd(dhd, cmd, iovbuf, iovbuf_len, FALSE, ifidx); in dhd_conf_iovar_buf() 1448 iovar_len = bcm_mkiovar(name, buf, len, iovbuf, iovbuf_len); in dhd_conf_iovar_buf()
|