Lines Matching defs:ndev
15 struct net_device *ndev; in xge_get_resources() local
62 static int xge_refill_buffers(struct net_device *ndev, u32 nbuf) in xge_refill_buffers()
112 static int xge_init_hw(struct net_device *ndev) in xge_init_hw()
139 static int xge_request_irq(struct net_device *ndev) in xge_request_irq()
154 static void xge_free_irq(struct net_device *ndev) in xge_free_irq()
170 static netdev_tx_t xge_start_xmit(struct sk_buff *skb, struct net_device *ndev) in xge_start_xmit()
234 static void xge_txc_poll(struct net_device *ndev) in xge_txc_poll()
283 static int xge_rx_poll(struct net_device *ndev, unsigned int budget) in xge_rx_poll()
349 static void xge_delete_desc_ring(struct net_device *ndev, in xge_delete_desc_ring()
367 static void xge_free_buffers(struct net_device *ndev) in xge_free_buffers()
389 static void xge_delete_desc_rings(struct net_device *ndev) in xge_delete_desc_rings()
401 static struct xge_desc_ring *xge_create_desc_ring(struct net_device *ndev) in xge_create_desc_ring()
435 static int xge_create_desc_rings(struct net_device *ndev) in xge_create_desc_rings()
468 static int xge_open(struct net_device *ndev) in xge_open()
492 static int xge_close(struct net_device *ndev) in xge_close()
510 struct net_device *ndev = napi->dev; in xge_napi() local
527 static int xge_set_mac_addr(struct net_device *ndev, void *addr) in xge_set_mac_addr()
549 static void xge_free_pending_skb(struct net_device *ndev) in xge_free_pending_skb()
576 static void xge_timeout(struct net_device *ndev, unsigned int txqueue) in xge_timeout()
607 static void xge_get_stats64(struct net_device *ndev, in xge_get_stats64()
633 struct net_device *ndev; in xge_probe() local
694 struct net_device *ndev; in xge_remove() local