Lines Matching defs:netdev
135 static int nes_netdev_open(struct net_device *netdev) in nes_netdev_open()
277 static int nes_netdev_stop(struct net_device *netdev) in nes_netdev_stop()
360 static int nes_nic_send(struct sk_buff *skb, struct net_device *netdev) in nes_nic_send()
470 static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_netdev_start_xmit()
705 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) in nes_netdev_get_stats()
796 static void nes_netdev_tx_timeout(struct net_device *netdev) in nes_netdev_tx_timeout()
808 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) in nes_netdev_set_mac_address()
863 static void nes_netdev_set_multicast_list(struct net_device *netdev) in nes_netdev_set_multicast_list()
990 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) in nes_netdev_change_mtu()
1103 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) in nes_netdev_get_sset_count()
1115 static void nes_netdev_get_strings(struct net_device *netdev, u32 stringset, in nes_netdev_get_strings()
1129 static void nes_netdev_get_ethtool_stats(struct net_device *netdev, in nes_netdev_get_ethtool_stats()
1318 static void nes_netdev_get_drvinfo(struct net_device *netdev, in nes_netdev_get_drvinfo()
1338 static int nes_netdev_set_coalesce(struct net_device *netdev, in nes_netdev_set_coalesce()
1389 static int nes_netdev_get_coalesce(struct net_device *netdev, in nes_netdev_get_coalesce()
1422 static void nes_netdev_get_pauseparam(struct net_device *netdev, in nes_netdev_get_pauseparam()
1436 static int nes_netdev_set_pauseparam(struct net_device *netdev, in nes_netdev_set_pauseparam()
1485 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_get_settings()
1549 static int nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_set_settings()
1592 static void nes_vlan_mode(struct net_device *netdev, struct nes_device *nesdev, netdev_features_t f… in nes_vlan_mode()
1613 static netdev_features_t nes_fix_features(struct net_device *netdev, netdev_features_t features) in nes_fix_features()
1627 static int nes_set_features(struct net_device *netdev, netdev_features_t features) in nes_set_features()
1661 struct net_device *netdev; in nes_netdev_init() local
1856 void nes_netdev_destroy(struct net_device *netdev) in nes_netdev_destroy()
1876 int nes_nic_cm_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_nic_cm_xmit()