Lines Matching defs:net_dev
2031 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl()
2103 static void efx_netpoll(struct net_device *net_dev) in efx_netpoll()
2152 int efx_net_open(struct net_device *net_dev) in efx_net_open()
2181 int efx_net_stop(struct net_device *net_dev) in efx_net_stop()
2195 static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, in efx_net_stats()
2208 static void efx_watchdog(struct net_device *net_dev) in efx_watchdog()
2221 static int efx_change_mtu(struct net_device *net_dev, int new_mtu) in efx_change_mtu()
2247 static int efx_set_mac_address(struct net_device *net_dev, void *data) in efx_set_mac_address()
2282 static void efx_set_rx_mode(struct net_device *net_dev) in efx_set_rx_mode()
2291 static int efx_set_features(struct net_device *net_dev, netdev_features_t data) in efx_set_features()
2344 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in efx_netdev_event() local
2389 struct net_device *net_dev = efx->net_dev; in efx_register_netdev() local
2828 struct pci_dev *pci_dev, struct net_device *net_dev) in efx_init_struct()
3112 struct net_device *net_dev; in efx_pci_probe() local