Lines Matching defs:netdev

256 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)  in xgbe_calc_rx_buf_size()
648 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local
794 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown()
833 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup()
875 struct net_device *netdev = pdata->netdev; in xgbe_start() local
920 struct net_device *netdev = pdata->netdev; in xgbe_stop() local
1292 static int xgbe_open(struct net_device *netdev) in xgbe_open()
1364 static int xgbe_close(struct net_device *netdev) in xgbe_close()
1391 static int xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) in xgbe_xmit()
1461 static void xgbe_set_rx_mode(struct net_device *netdev) in xgbe_set_rx_mode()
1473 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address()
1493 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) in xgbe_ioctl()
1514 static int xgbe_change_mtu(struct net_device *netdev, int mtu) in xgbe_change_mtu()
1535 static void xgbe_tx_timeout(struct net_device *netdev) in xgbe_tx_timeout()
1543 static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev, in xgbe_get_stats64()
1574 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid()
1590 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid()
1607 static void xgbe_poll_controller(struct net_device *netdev) in xgbe_poll_controller()
1629 static int xgbe_setup_tc(struct net_device *netdev, u8 tc) in xgbe_setup_tc()
1657 static int xgbe_set_features(struct net_device *netdev, in xgbe_set_features()
1810 struct net_device *netdev = pdata->netdev; in xgbe_tx_poll() local
1880 struct net_device *netdev = pdata->netdev; in xgbe_rx_poll() local
2153 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) in xgbe_print_pkt()