Lines Matching defs:netdev

187 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)  in xgbe_calc_rx_buf_size()
816 static int xgbe_vxlan_set_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_set_port()
827 static int xgbe_vxlan_unset_port(struct net_device *netdev, unsigned int table, in xgbe_vxlan_unset_port()
899 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local
1074 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown()
1113 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup()
1165 struct net_device *netdev = pdata->netdev; in xgbe_alloc_memory() local
1207 struct net_device *netdev = pdata->netdev; in xgbe_start() local
1273 struct net_device *netdev = pdata->netdev; in xgbe_stop() local
1532 static int xgbe_open(struct net_device *netdev) in xgbe_open()
1619 static int xgbe_close(struct net_device *netdev) in xgbe_close()
1641 static netdev_tx_t xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) in xgbe_xmit()
1711 static void xgbe_set_rx_mode(struct net_device *netdev) in xgbe_set_rx_mode()
1723 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address()
1743 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) in xgbe_ioctl()
1764 static int xgbe_change_mtu(struct net_device *netdev, int mtu) in xgbe_change_mtu()
1785 static void xgbe_tx_timeout(struct net_device *netdev, unsigned int txqueue) in xgbe_tx_timeout()
1793 static void xgbe_get_stats64(struct net_device *netdev, in xgbe_get_stats64()
1822 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid()
1838 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid()
1855 static void xgbe_poll_controller(struct net_device *netdev) in xgbe_poll_controller()
1878 static int xgbe_setup_tc(struct net_device *netdev, enum tc_setup_type type, in xgbe_setup_tc()
1900 static netdev_features_t xgbe_fix_features(struct net_device *netdev, in xgbe_fix_features()
1943 static int xgbe_set_features(struct net_device *netdev, in xgbe_set_features()
1993 struct net_device *netdev, in xgbe_features_check()
2133 struct net_device *netdev = pdata->netdev; in xgbe_tx_poll() local
2203 struct net_device *netdev = pdata->netdev; in xgbe_rx_poll() local
2495 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) in xgbe_print_pkt()