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()
701 static struct net_device_stats *nes_netdev_get_stats(struct net_device *netdev) in nes_netdev_get_stats()
792 static void nes_netdev_tx_timeout(struct net_device *netdev) in nes_netdev_tx_timeout()
804 static int nes_netdev_set_mac_address(struct net_device *netdev, void *p) in nes_netdev_set_mac_address()
859 static void nes_netdev_set_multicast_list(struct net_device *netdev) in nes_netdev_set_multicast_list()
987 static int nes_netdev_change_mtu(struct net_device *netdev, int new_mtu) in nes_netdev_change_mtu()
1100 static int nes_netdev_get_sset_count(struct net_device *netdev, int stringset) in nes_netdev_get_sset_count()
1112 static void nes_netdev_get_strings(struct net_device *netdev, u32 stringset, in nes_netdev_get_strings()
1126 static void nes_netdev_get_ethtool_stats(struct net_device *netdev, in nes_netdev_get_ethtool_stats()
1315 static void nes_netdev_get_drvinfo(struct net_device *netdev, in nes_netdev_get_drvinfo()
1334 static int nes_netdev_set_coalesce(struct net_device *netdev, in nes_netdev_set_coalesce()
1385 static int nes_netdev_get_coalesce(struct net_device *netdev, in nes_netdev_get_coalesce()
1418 static void nes_netdev_get_pauseparam(struct net_device *netdev, in nes_netdev_get_pauseparam()
1432 static int nes_netdev_set_pauseparam(struct net_device *netdev, in nes_netdev_set_pauseparam()
1481 static int nes_netdev_get_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_get_settings()
1545 static int nes_netdev_set_settings(struct net_device *netdev, struct ethtool_cmd *et_cmd) in nes_netdev_set_settings()
1588 static void nes_vlan_mode(struct net_device *netdev, struct nes_device *nesdev, netdev_features_t f… in nes_vlan_mode()
1609 static netdev_features_t nes_fix_features(struct net_device *netdev, netdev_features_t features) in nes_fix_features()
1623 static int nes_set_features(struct net_device *netdev, netdev_features_t features) in nes_set_features()
1657 struct net_device *netdev; in nes_netdev_init() local
1849 void nes_netdev_destroy(struct net_device *netdev) in nes_netdev_destroy()
1869 int nes_nic_cm_xmit(struct sk_buff *skb, struct net_device *netdev) in nes_nic_cm_xmit()