Lines Matching defs:netdev
296 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu) in xgbe_calc_rx_buf_size()
907 static int xgbe_vxlan_set_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_set_port()
918 static int xgbe_vxlan_unset_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_unset_port()
990 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local
1162 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown()
1201 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup()
1253 struct net_device *netdev = pdata->netdev; in xgbe_alloc_memory() local
1295 struct net_device *netdev = pdata->netdev; in xgbe_start() local
1361 struct net_device *netdev = pdata->netdev; in xgbe_stop() local
1818 static int xgbe_open(struct net_device *netdev) in xgbe_open()
1902 static int xgbe_close(struct net_device *netdev) in xgbe_close()
1926 static netdev_tx_t xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) in xgbe_xmit()
1996 static void xgbe_set_rx_mode(struct net_device *netdev) in xgbe_set_rx_mode()
2008 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address()
2028 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) in xgbe_ioctl()
2049 static int xgbe_change_mtu(struct net_device *netdev, int mtu) in xgbe_change_mtu()
2070 static void xgbe_tx_timeout(struct net_device *netdev, unsigned int txqueue) in xgbe_tx_timeout()
2078 static void xgbe_get_stats64(struct net_device *netdev, in xgbe_get_stats64()
2107 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid()
2123 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid()
2140 static void xgbe_poll_controller(struct net_device *netdev) in xgbe_poll_controller()
2163 static int xgbe_setup_tc(struct net_device *netdev, enum tc_setup_type type, in xgbe_setup_tc()
2185 static netdev_features_t xgbe_fix_features(struct net_device *netdev, in xgbe_fix_features()
2228 static int xgbe_set_features(struct net_device *netdev, in xgbe_set_features()
2271 struct net_device *netdev, in xgbe_features_check()
2411 struct net_device *netdev = pdata->netdev; in xgbe_tx_poll() local
2481 struct net_device *netdev = pdata->netdev; in xgbe_rx_poll() local
2767 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) in xgbe_print_pkt()