Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2335 u16 *tx_ring_map; member
H A Dbnxt.c485 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()
5336 kfree(bp->tx_ring_map); in bnxt_free_mem()
5337 bp->tx_ring_map = NULL; in bnxt_free_mem()
5407 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()
5410 if (!bp->tx_ring_map) in bnxt_alloc_mem()
5425 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()
15416 bnapi = bp->tx_ring[bp->tx_ring_map[i]].bnapi; in bnxt_get_queue_stats_tx()