Lines Matching defs:net_dev
1941 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl()
2013 static void efx_netpoll(struct net_device *net_dev) in efx_netpoll()
2062 static int efx_net_open(struct net_device *net_dev) in efx_net_open()
2091 static int efx_net_stop(struct net_device *net_dev) in efx_net_stop()
2105 static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, in efx_net_stats()
2118 static void efx_watchdog(struct net_device *net_dev) in efx_watchdog()
2131 static int efx_change_mtu(struct net_device *net_dev, int new_mtu) in efx_change_mtu()
2157 static int efx_set_mac_address(struct net_device *net_dev, void *data) in efx_set_mac_address()
2182 static void efx_set_rx_mode(struct net_device *net_dev) in efx_set_rx_mode()
2191 static int efx_set_features(struct net_device *net_dev, netdev_features_t data) in efx_set_features()
2265 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in efx_netdev_event() local
2289 struct net_device *net_dev = efx->net_dev; in efx_register_netdev() local
2700 struct pci_dev *pci_dev, struct net_device *net_dev) in efx_init_struct()
2980 struct net_device *net_dev; in efx_pci_probe() local