Lines Matching defs:ndev
17 struct net_device *ndev; in xge_get_resources() local
64 static int xge_refill_buffers(struct net_device *ndev, u32 nbuf) in xge_refill_buffers()
114 static int xge_init_hw(struct net_device *ndev) in xge_init_hw()
141 static int xge_request_irq(struct net_device *ndev) in xge_request_irq()
156 static void xge_free_irq(struct net_device *ndev) in xge_free_irq()
172 static netdev_tx_t xge_start_xmit(struct sk_buff *skb, struct net_device *ndev) in xge_start_xmit()
236 static void xge_txc_poll(struct net_device *ndev) in xge_txc_poll()
285 static int xge_rx_poll(struct net_device *ndev, unsigned int budget) in xge_rx_poll()
351 static void xge_delete_desc_ring(struct net_device *ndev, in xge_delete_desc_ring()
369 static void xge_free_buffers(struct net_device *ndev) in xge_free_buffers()
391 static void xge_delete_desc_rings(struct net_device *ndev) in xge_delete_desc_rings()
403 static struct xge_desc_ring *xge_create_desc_ring(struct net_device *ndev) in xge_create_desc_ring()
437 static int xge_create_desc_rings(struct net_device *ndev) in xge_create_desc_rings()
470 static int xge_open(struct net_device *ndev) in xge_open()
494 static int xge_close(struct net_device *ndev) in xge_close()
512 struct net_device *ndev = napi->dev; in xge_napi() local
529 static int xge_set_mac_addr(struct net_device *ndev, void *addr) in xge_set_mac_addr()
551 static void xge_free_pending_skb(struct net_device *ndev) in xge_free_pending_skb()
578 static void xge_timeout(struct net_device *ndev, unsigned int txqueue) in xge_timeout()
609 static void xge_get_stats64(struct net_device *ndev, in xge_get_stats64()
635 struct net_device *ndev; in xge_probe() local
696 struct net_device *ndev; in xge_remove() local