Lines Matching refs:ioc
98 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) in __dhd_driver_io() argument
113 ret = dhd_nl_do_testmode(&dhd_nli, ioc); in __dhd_driver_io()
118 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc) in __dhd_driver_io() argument
125 ifr->ifr_data = (caddr_t)ioc; in __dhd_driver_io()
147 dhd_ioctl_t ioc; in dhd_ioctl() local
165 ioc.cmd = cmd; in dhd_ioctl()
166 ioc.buf = buf; in dhd_ioctl()
167 ioc.len = len; in dhd_ioctl()
168 ioc.set = set; in dhd_ioctl()
169 ioc.driver = driver_magic; in dhd_ioctl()
171 ret = __dhd_driver_io(dhd, &ioc); in dhd_ioctl()