Home
last modified time | relevance | path

Searched refs:tx_ring_map (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1733 u16 *tx_ring_map; member
H A Dbnxt.c415 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()
4208 kfree(bp->tx_ring_map); in bnxt_free_mem()
4209 bp->tx_ring_map = NULL; in bnxt_free_mem()
4277 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()
4280 if (!bp->tx_ring_map) in bnxt_alloc_mem()
4296 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1891 u16 *tx_ring_map; member
H A Dbnxt.c413 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()
4508 kfree(bp->tx_ring_map); in bnxt_free_mem()
4509 bp->tx_ring_map = NULL; in bnxt_free_mem()
4577 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()
4580 if (!bp->tx_ring_map) in bnxt_alloc_mem()
4596 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()

Completed in 44 milliseconds