Lines Matching defs:net_dev
1996 static int ef4_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in ef4_ioctl()
2055 int ef4_net_open(struct net_device *net_dev) in ef4_net_open()
2082 int ef4_net_stop(struct net_device *net_dev) in ef4_net_stop()
2096 static void ef4_net_stats(struct net_device *net_dev, in ef4_net_stats()
2107 static void ef4_watchdog(struct net_device *net_dev, unsigned int txqueue) in ef4_watchdog()
2120 static int ef4_change_mtu(struct net_device *net_dev, int new_mtu) in ef4_change_mtu()
2144 static int ef4_set_mac_address(struct net_device *net_dev, void *data) in ef4_set_mac_address()
2179 static void ef4_set_rx_mode(struct net_device *net_dev) in ef4_set_rx_mode()
2188 static int ef4_set_features(struct net_device *net_dev, netdev_features_t data) in ef4_set_features()
2239 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); in ef4_netdev_event() local
2262 struct net_device *net_dev = efx->net_dev; in ef4_register_netdev() local
2632 struct pci_dev *pci_dev, struct net_device *net_dev) in ef4_init_struct()
2874 struct net_device *net_dev; in ef4_pci_probe() local