Lines Matching defs:net_dev
1982 static int ef4_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in ef4_ioctl()
2040 int ef4_net_open(struct net_device *net_dev) in ef4_net_open()
2067 int ef4_net_stop(struct net_device *net_dev) in ef4_net_stop()
2081 static void ef4_net_stats(struct net_device *net_dev, in ef4_net_stats()
2092 static void ef4_watchdog(struct net_device *net_dev, unsigned int txqueue) in ef4_watchdog()
2105 static int ef4_change_mtu(struct net_device *net_dev, int new_mtu) in ef4_change_mtu()
2129 static int ef4_set_mac_address(struct net_device *net_dev, void *data) in ef4_set_mac_address()
2164 static void ef4_set_rx_mode(struct net_device *net_dev) in ef4_set_rx_mode()
2173 static int ef4_set_features(struct net_device *net_dev, netdev_features_t data) in ef4_set_features()
2224 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in ef4_netdev_event() local
2247 struct net_device *net_dev = efx->net_dev; in ef4_register_netdev() local
2617 struct pci_dev *pci_dev, struct net_device *net_dev) in ef4_init_struct()
2857 struct net_device *net_dev; in ef4_pci_probe() local