Searched refs:tx_ring_map (Results 1 – 4 of 4) sorted by relevance
323 u16 *tx_ring_map; member
1208 kfree(bn->tx_ring_map); in bnge_free_core()1209 bn->tx_ring_map = NULL; in bnge_free_core()1263 bn->tx_ring_map = kcalloc(bd->tx_nr_rings, sizeof(u16), in bnge_alloc_core()1265 if (!bn->tx_ring_map) in bnge_alloc_core()1279 bn->tx_ring_map[i] = i; in bnge_alloc_core()3229 bnapi = bn->tx_ring[bn->tx_ring_map[i]].bnapi; in bnge_get_queue_stats_tx()
2371 u16 *tx_ring_map; member
497 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()5572 kfree(bp->tx_ring_map); in bnxt_free_mem()5573 bp->tx_ring_map = NULL; in bnxt_free_mem()5641 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()5644 if (!bp->tx_ring_map) in bnxt_alloc_mem()5659 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()16242 bnapi = bp->tx_ring[bp->tx_ring_map[i]].bnapi; in bnxt_get_queue_stats_tx()