Lines Matching defs:net_dev
2000 static int ef4_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in ef4_ioctl()
2059 int ef4_net_open(struct net_device *net_dev) in ef4_net_open()
2086 int ef4_net_stop(struct net_device *net_dev) in ef4_net_stop()
2100 static void ef4_net_stats(struct net_device *net_dev, in ef4_net_stats()
2111 static void ef4_watchdog(struct net_device *net_dev, unsigned int txqueue) in ef4_watchdog()
2124 static int ef4_change_mtu(struct net_device *net_dev, int new_mtu) in ef4_change_mtu()
2148 static int ef4_set_mac_address(struct net_device *net_dev, void *data) in ef4_set_mac_address()
2183 static void ef4_set_rx_mode(struct net_device *net_dev) in ef4_set_rx_mode()
2192 static int ef4_set_features(struct net_device *net_dev, netdev_features_t data) in ef4_set_features()
2243 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in ef4_netdev_event() local
2266 struct net_device *net_dev = efx->net_dev; in ef4_register_netdev() local
2636 struct pci_dev *pci_dev, struct net_device *net_dev) in ef4_init_struct()
2917 struct net_device *net_dev; in ef4_pci_probe() local