Lines Matching defs:netdev

254 static int xgbe_calc_rx_buf_size(struct net_device *netdev, unsigned int mtu)  in xgbe_calc_rx_buf_size()
624 struct net_device *netdev = pdata->netdev; in xgbe_request_irqs() local
762 static void xgbe_adjust_link(struct net_device *netdev) in xgbe_adjust_link()
830 struct net_device *netdev = pdata->netdev; in xgbe_phy_init() local
870 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown()
908 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup()
949 struct net_device *netdev = pdata->netdev; in xgbe_start() local
989 struct net_device *netdev = pdata->netdev; in xgbe_stop() local
1360 static int xgbe_open(struct net_device *netdev) in xgbe_open()
1432 static int xgbe_close(struct net_device *netdev) in xgbe_close()
1460 static int xgbe_xmit(struct sk_buff *skb, struct net_device *netdev) in xgbe_xmit()
1529 static void xgbe_set_rx_mode(struct net_device *netdev) in xgbe_set_rx_mode()
1541 static int xgbe_set_mac_address(struct net_device *netdev, void *addr) in xgbe_set_mac_address()
1561 static int xgbe_ioctl(struct net_device *netdev, struct ifreq *ifreq, int cmd) in xgbe_ioctl()
1582 static int xgbe_change_mtu(struct net_device *netdev, int mtu) in xgbe_change_mtu()
1603 static void xgbe_tx_timeout(struct net_device *netdev) in xgbe_tx_timeout()
1611 static struct rtnl_link_stats64 *xgbe_get_stats64(struct net_device *netdev, in xgbe_get_stats64()
1642 static int xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_add_vid()
1658 static int xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, in xgbe_vlan_rx_kill_vid()
1675 static void xgbe_poll_controller(struct net_device *netdev) in xgbe_poll_controller()
1697 static int xgbe_setup_tc(struct net_device *netdev, u8 tc) in xgbe_setup_tc()
1724 static int xgbe_set_features(struct net_device *netdev, in xgbe_set_features()
1855 struct net_device *netdev = pdata->netdev; in xgbe_tx_poll() local
1920 struct net_device *netdev = pdata->netdev; in xgbe_rx_poll() local
2193 void xgbe_print_pkt(struct net_device *netdev, struct sk_buff *skb, bool tx_rx) in xgbe_print_pkt()