Searched refs:ndo_do_ioctl (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_driver.c202 .ndo_do_ioctl = phy_do_ioctl,
/linux-master/drivers/staging/rtl8712/
H A Dos_intfs.c194 .ndo_do_ioctl = r871x_ioctl,
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c389 if (dev->netdev_ops->ndo_do_ioctl != rtw_ioctl)
439 .ndo_do_ioctl = rtw_ioctl,
/linux-master/net/appletalk/
H A Daarp.c449 if (!(ops->ndo_do_ioctl(iface->dev, &atreq, SIOCSIFADDR))) {
450 ops->ndo_do_ioctl(iface->dev, &atreq, SIOCGIFADDR);
/linux-master/net/ieee802154/
H A Dsocket.c142 if (dev->type == ARPHRD_IEEE802154 && dev->netdev_ops->ndo_do_ioctl)
143 ret = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, cmd);
/linux-master/net/mac802154/
H A Diface.c498 .ndo_do_ioctl = mac802154_wpan_ioctl,
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c2611 .ndo_do_ioctl = ks_wlan_netdev_ioctl,
/linux-master/include/linux/
H A Dnetdevice.h1065 * int (*ndo_do_ioctl)(struct net_device *dev, struct ifreq *ifr, int cmd);
1374 int (*ndo_do_ioctl)(struct net_device *dev, member in struct:net_device_ops

Completed in 187 milliseconds