• Home
  • Raw
  • Download

Lines Matching defs:netdev

135 static int nes_netdev_open(struct net_device *netdev)  in nes_netdev_open()
276 static int nes_netdev_stop(struct net_device *netdev) in nes_netdev_stop()
359 static int nes_nic_send(struct sk_buff *skb, struct net_device *netdev) in nes_nic_send()
465 static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_netdev_start_xmit()
700 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) in nes_netdev_get_stats()
791 static void nes_netdev_tx_timeout(struct net_device *netdev) in nes_netdev_tx_timeout()
803 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) in nes_netdev_set_mac_address()
858 static void nes_netdev_set_multicast_list(struct net_device *netdev) in nes_netdev_set_multicast_list()
986 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) in nes_netdev_change_mtu()
1099 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) in nes_netdev_get_sset_count()
1111 static void nes_netdev_get_strings(struct net_device *netdev, u32 stringset, in nes_netdev_get_strings()
1125 static void nes_netdev_get_ethtool_stats(struct net_device *netdev, in nes_netdev_get_ethtool_stats()
1314 static void nes_netdev_get_drvinfo(struct net_device *netdev, in nes_netdev_get_drvinfo()
1336 static int nes_netdev_set_coalesce(struct net_device *netdev, in nes_netdev_set_coalesce()
1387 static int nes_netdev_get_coalesce(struct net_device *netdev, in nes_netdev_get_coalesce()
1420 static void nes_netdev_get_pauseparam(struct net_device *netdev, in nes_netdev_get_pauseparam()
1434 static int nes_netdev_set_pauseparam(struct net_device *netdev, in nes_netdev_set_pauseparam()
1483 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_get_settings()
1547 static int nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_set_settings()
1590 static void nes_vlan_mode(struct net_device *netdev, struct nes_device *nesdev, netdev_features_t f… in nes_vlan_mode()
1611 static netdev_features_t nes_fix_features(struct net_device *netdev, netdev_features_t features) in nes_fix_features()
1625 static int nes_set_features(struct net_device *netdev, netdev_features_t features) in nes_set_features()
1659 struct net_device *netdev; in nes_netdev_init() local
1851 void nes_netdev_destroy(struct net_device *netdev) in nes_netdev_destroy()
1871 int nes_nic_cm_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_nic_cm_xmit()