Home
last modified time | relevance | path

Searched refs:tx_ring_info (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/sun/
H A Dniu.c3559 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet()
3603 static void niu_tx_work(struct niu *np, struct tx_ring_info *rp) in niu_tx_work()
3757 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_poll_core()
3857 static void niu_log_txchan_errors(struct niu *np, struct tx_ring_info *rp, in niu_log_txchan_errors()
3882 static int niu_tx_error(struct niu *np, struct tx_ring_info *rp) in niu_tx_error()
4109 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_slowpath_interrupt()
4156 static void niu_txchan_intr(struct niu *np, struct tx_ring_info *rp, in niu_txchan_intr()
4187 struct tx_ring_info *rp = &np->tx_rings[i]; in __niu_fastpath_interrupt()
4285 static void niu_free_tx_ring_info(struct niu *np, struct tx_ring_info *rp) in niu_free_tx_ring_info()
4329 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_free_channels()
[all …]
H A Dniu.h2853 struct tx_ring_info { struct
2885 static inline u32 niu_tx_avail(struct tx_ring_info *tp) in niu_tx_avail() argument
3274 struct tx_ring_info *tx_rings;
/linux/drivers/net/ethernet/marvell/
H A Dsky2.h2185 struct tx_ring_info { struct
2221 struct tx_ring_info *tx_ring;
H A Dsky2.c1604 sky2->tx_ring = kzalloc_objs(struct tx_ring_info, sky2->tx_ring_size); in sky2_alloc_buffers()
1806 static void sky2_tx_unmap(struct pci_dev *pdev, struct tx_ring_info *re) in sky2_tx_unmap()
1829 struct tx_ring_info *re; in sky2_xmit_frame()
2009 struct tx_ring_info *re = sky2->tx_ring + idx; in sky2_tx_complete()
/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c508 struct tx_ring_info { struct
523 struct tx_ring_info tx_info[TX_RING_SIZE]; argument