Searched refs:tx_ring_info (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/alteon/ |
H A D | acenic.h | 603 struct tx_ring_info { struct 617 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES]; argument
|
H A D | acenic.c | 2034 struct tx_ring_info *info; in ace_tx_int() 2316 struct tx_ring_info *info; in ace_close() 2363 struct tx_ring_info *info; in ace_map_tx_skb() 2455 struct tx_ring_info *info; in ace_start_xmit()
|
/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 3559 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 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/drivers/net/ethernet/marvell/ |
H A D | sky2.h | 2185 struct tx_ring_info { struct 2221 struct tx_ring_info *tx_ring;
|
H A D | sky2.c | 1604 sky2->tx_ring = kcalloc(sky2->tx_ring_size, sizeof(struct tx_ring_info), in sky2_alloc_buffers() 1808 static void sky2_tx_unmap(struct pci_dev *pdev, struct tx_ring_info *re) in sky2_tx_unmap() 1831 struct tx_ring_info *re; in sky2_xmit_frame() 2011 struct tx_ring_info *re = sky2->tx_ring + idx; in sky2_tx_complete()
|
/linux/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 508 struct tx_ring_info { struct 523 struct tx_ring_info tx_info[TX_RING_SIZE]; argument
|