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()
909 struct net_device *netdev = pdata->netdev; in xgbe_disable_vxlan_offloads() local
952 struct net_device *netdev = pdata->netdev; in xgbe_enable_vxlan_offloads() local
1064 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local
1237 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown()
1276 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup()
1328 struct net_device *netdev = pdata->netdev; in xgbe_alloc_memory() local
1370 struct net_device *netdev = pdata->netdev; in xgbe_start() local
1436 struct net_device *netdev = pdata->netdev; in xgbe_stop() local
1903 static int xgbe_open(struct net_device *netdev) in xgbe_open()
1987 static int xgbe_close(struct net_device *netdev) in xgbe_close()
2011 static netdev_tx_t xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) in xgbe_xmit()
2081 static void xgbe_set_rx_mode(struct net_device *netdev) in xgbe_set_rx_mode()
2093 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address()
2113 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) in xgbe_ioctl()
2134 static int xgbe_change_mtu(struct net_device *netdev, int mtu) in xgbe_change_mtu()
2155 static void xgbe_tx_timeout(struct net_device *netdev) in xgbe_tx_timeout()
2163 static void xgbe_get_stats64(struct net_device *netdev, in xgbe_get_stats64()
2192 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid()
2208 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid()
2225 static void xgbe_poll_controller(struct net_device *netdev) in xgbe_poll_controller()
2248 static int xgbe_setup_tc(struct net_device *netdev, enum tc_setup_type type, in xgbe_setup_tc()
2270 static netdev_features_t xgbe_fix_features(struct net_device *netdev, in xgbe_fix_features()
2333 static int xgbe_set_features(struct net_device *netdev, in xgbe_set_features()
2382 static void xgbe_udp_tunnel_add(struct net_device *netdev, in xgbe_udp_tunnel_add()
2427 static void xgbe_udp_tunnel_del(struct net_device *netdev, in xgbe_udp_tunnel_del()
2478 struct net_device *netdev, in xgbe_features_check()
2620 struct net_device *netdev = pdata->netdev; in xgbe_tx_poll() local
2690 struct net_device *netdev = pdata->netdev; in xgbe_rx_poll() local
2976 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) in xgbe_print_pkt()