Home
last modified time | relevance | path

Searched refs:tx_ring_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2346 u16 *tx_ring_map; member
H A Dbnxt.c489 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()
5364 kfree(bp->tx_ring_map); in bnxt_free_mem()
5365 bp->tx_ring_map = NULL; in bnxt_free_mem()
5435 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()
5438 if (!bp->tx_ring_map) in bnxt_alloc_mem()
5453 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()
15678 bnapi = bp->tx_ring[bp->tx_ring_map[i]].bnapi; in bnxt_get_queue_stats_tx()