Searched refs:et_ioctl (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c116 static int et_ioctl[2][2] = {{ SIOCGETCPHYRD, SIOCSETCPHYWR }, local
123 if (ioctl(drv->fd, et_ioctl[1][op], &drv->ifr) < 0)
126 if (ioctl(drv->fd, et_ioctl[0][op], &drv->ifr) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c116 static int et_ioctl[2][2] = {{ SIOCGETCPHYRD, SIOCSETCPHYWR }, local
123 if (ioctl(drv->fd, et_ioctl[1][op], &drv->ifr) < 0)
126 if (ioctl(drv->fd, et_ioctl[0][op], &drv->ifr) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c116 static int et_ioctl[2][2] = {{ SIOCGETCPHYRD, SIOCSETCPHYWR }, local
123 if (ioctl(drv->fd, et_ioctl[1][op], &drv->ifr) < 0)
126 if (ioctl(drv->fd, et_ioctl[0][op], &drv->ifr) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/et/sys/
H A Det_cfe.c430 et_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer) function
435 ET_TRACE(("et%d: et_ioctl: cmd 0x%x\n", et->etc->unit, buffer->buf_ioctlcmd));
562 et_ioctl,
H A Det_linux.c321 static int et_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
366 .ndo_do_ioctl = et_ioctl,
836 dev->do_ioctl = et_ioctl;
1805 et_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) function
1817 ET_TRACE(("et%d: et_ioctl: cmd 0x%x\n", et->etc->unit, cmd));
1859 ET_ERROR(("et: et_ioctl: out of memory, malloced %d bytes\n", MALLOCED(et->osh)));
1875 ET_ERROR(("et: et_ioctl: out of memory, malloced %d bytes\n",

Completed in 122 milliseconds