Searched refs:tx_ring_info (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/alteon/ |
D | acenic.h | 602 struct tx_ring_info { struct 616 struct tx_ring_info tx_skbuff[MAX_TX_RING_ENTRIES]; argument
|
D | acenic.c | 2045 struct tx_ring_info *info; in ace_tx_int() 2326 struct tx_ring_info *info; in ace_close() 2372 struct tx_ring_info *info; in ace_map_tx_skb() 2464 struct tx_ring_info *info; in ace_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 3558 static int release_tx_packet(struct niu *np, struct tx_ring_info *rp, int idx) in release_tx_packet() 3602 static void niu_tx_work(struct niu *np, struct tx_ring_info *rp) in niu_tx_work() 3756 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_poll_core() 3856 static void niu_log_txchan_errors(struct niu *np, struct tx_ring_info *rp, in niu_log_txchan_errors() 3881 static int niu_tx_error(struct niu *np, struct tx_ring_info *rp) in niu_tx_error() 4110 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_slowpath_interrupt() 4157 static void niu_txchan_intr(struct niu *np, struct tx_ring_info *rp, in niu_txchan_intr() 4188 struct tx_ring_info *rp = &np->tx_rings[i]; in __niu_fastpath_interrupt() 4286 static void niu_free_tx_ring_info(struct niu *np, struct tx_ring_info *rp) in niu_free_tx_ring_info() 4330 struct tx_ring_info *rp = &np->tx_rings[i]; in niu_free_channels() [all …]
|
D | niu.h | 2852 struct tx_ring_info { struct 2881 static inline u32 niu_tx_avail(struct tx_ring_info *tp) in niu_tx_avail() argument 3269 struct tx_ring_info *tx_rings;
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.h | 2190 struct tx_ring_info { struct 2226 struct tx_ring_info *tx_ring;
|
D | sky2.c | 1617 sky2->tx_ring = kcalloc(sky2->tx_ring_size, sizeof(struct tx_ring_info), in sky2_alloc_buffers() 1821 static void sky2_tx_unmap(struct pci_dev *pdev, struct tx_ring_info *re) in sky2_tx_unmap() 1846 struct tx_ring_info *re; in sky2_xmit_frame() 2025 struct tx_ring_info *re = sky2->tx_ring + idx; in sky2_tx_complete()
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
D | starfire.c | 524 struct tx_ring_info { struct 539 struct tx_ring_info tx_info[TX_RING_SIZE]; argument
|