Searched refs:tx_ring_info (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/alteon/ |
D | acenic.h | 603 struct tx_ring_info { struct 617 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES]; argument
|
D | acenic.c | 2037 struct tx_ring_info *info; in ace_tx_int() 2319 struct tx_ring_info *info; in ace_close() 2366 struct tx_ring_info *info; in ace_map_tx_skb() 2458 struct tx_ring_info *info; in ace_start_xmit()
|
/Linux-v5.10/drivers/net/ethernet/sun/ |
D | niu.c | 3540 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet() 3584 static void niu_tx_work(struct niu *np, struct tx_ring_info *rp) in niu_tx_work() 3738 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_poll_core() 3838 static void niu_log_txchan_errors(struct niu *np, struct tx_ring_info *rp, in niu_log_txchan_errors() 3863 static int niu_tx_error(struct niu *np, struct tx_ring_info *rp) in niu_tx_error() 4092 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_slowpath_interrupt() 4139 static void niu_txchan_intr(struct niu *np, struct tx_ring_info *rp, in niu_txchan_intr() 4170 struct tx_ring_info *rp = &np->tx_rings[i]; in __niu_fastpath_interrupt() 4268 static void niu_free_tx_ring_info(struct niu *np, struct tx_ring_info *rp) in niu_free_tx_ring_info() 4312 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_free_channels() [all …]
|
D | niu.h | 2853 struct tx_ring_info { struct 2882 static inline u32 niu_tx_avail(struct tx_ring_info *tp) in niu_tx_avail() argument 3270 struct tx_ring_info *tx_rings;
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | sky2.h | 2185 struct tx_ring_info { struct 2221 struct tx_ring_info *tx_ring;
|
D | sky2.c | 1602 sky2->tx_ring = kcalloc(sky2->tx_ring_size, sizeof(struct tx_ring_info), 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-v5.10/drivers/net/ethernet/adaptec/ |
D | starfire.c | 516 struct tx_ring_info { struct 531 struct tx_ring_info tx_info[TX_RING_SIZE]; argument
|