Lines Matching defs:net_dev
1981 static int ef4_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in ef4_ioctl()
2039 int ef4_net_open(struct net_device *net_dev) in ef4_net_open()
2066 int ef4_net_stop(struct net_device *net_dev) in ef4_net_stop()
2080 static void ef4_net_stats(struct net_device *net_dev, in ef4_net_stats()
2091 static void ef4_watchdog(struct net_device *net_dev, unsigned int txqueue) in ef4_watchdog()
2104 static int ef4_change_mtu(struct net_device *net_dev, int new_mtu) in ef4_change_mtu()
2128 static int ef4_set_mac_address(struct net_device *net_dev, void *data) in ef4_set_mac_address()
2163 static void ef4_set_rx_mode(struct net_device *net_dev) in ef4_set_rx_mode()
2172 static int ef4_set_features(struct net_device *net_dev, netdev_features_t data) in ef4_set_features()
2223 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in ef4_netdev_event() local
2246 struct net_device *net_dev = efx->net_dev; in ef4_register_netdev() local
2616 struct pci_dev *pci_dev, struct net_device *net_dev) in ef4_init_struct()
2856 struct net_device *net_dev; in ef4_pci_probe() local