Home
last modified time | relevance | path

Searched refs:natoe_ioc (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c1999 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
2007 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
2034 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
2037 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
2049 natoe_ioc = kzalloc(iocsz, kflags); in wl_android_natoe_subcmd_enable()
2050 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
2057 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
2058 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
2059 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
2060 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c4263 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
4271 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
4298 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
4300 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
4313 natoe_ioc = (wl_natoe_ioc_t *)MALLOCZ(cfg->osh, iocsz); in wl_android_natoe_subcmd_enable()
4314 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
4321 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
4322 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
4323 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
4324 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c4536 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
4544 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
4571 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
4573 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
4586 natoe_ioc = (wl_natoe_ioc_t *)MALLOCZ(cfg->osh, iocsz); in wl_android_natoe_subcmd_enable()
4587 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
4594 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
4595 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
4596 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
4597 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c4622 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
4630 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
4657 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
4659 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
4672 natoe_ioc = (wl_natoe_ioc_t *)MALLOCZ(cfg->osh, iocsz); in wl_android_natoe_subcmd_enable()
4673 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
4680 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
4681 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
4682 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
4683 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android.c5368 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
5376 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
5403 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
5405 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
5418 natoe_ioc = (wl_natoe_ioc_t *)MALLOCZ(cfg->osh, iocsz); in wl_android_natoe_subcmd_enable()
5419 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
5426 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
5427 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
5428 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
5429 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android.c5352 wl_natoe_get_ioctl(struct net_device *dev, wl_natoe_ioc_t *natoe_ioc, in wl_natoe_get_ioctl() argument
5360 res = wldev_iovar_getbuf(dev, "natoe", natoe_ioc, iocsz, buf, in wl_natoe_get_ioctl()
5387 wl_natoe_ioc_t *natoe_ioc; in wl_android_natoe_subcmd_enable() local
5389 uint16 iocsz = sizeof(*natoe_ioc) + WL_NATOE_IOC_BUFSZ; in wl_android_natoe_subcmd_enable()
5402 natoe_ioc = (wl_natoe_ioc_t *)MALLOCZ(cfg->osh, iocsz); in wl_android_natoe_subcmd_enable()
5403 if (!natoe_ioc) { in wl_android_natoe_subcmd_enable()
5410 natoe_ioc->version = htod16(WL_NATOE_IOCTL_VERSION); in wl_android_natoe_subcmd_enable()
5411 natoe_ioc->id = htod16(cmd->id); in wl_android_natoe_subcmd_enable()
5412 natoe_ioc->len = htod16(WL_NATOE_IOC_BUFSZ); in wl_android_natoe_subcmd_enable()
5413 pxtlv = (bcm_xtlv_t *)natoe_ioc->data; in wl_android_natoe_subcmd_enable()
[all …]