Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c864 kfree(bn->tx_ring_map); in bnge_free_core()
865 bn->tx_ring_map = NULL; in bnge_free_core()
919 bn->tx_ring_map = kcalloc(bd->tx_nr_rings, sizeof(u16), in bnge_alloc_core()
921 if (!bn->tx_ring_map) in bnge_alloc_core()
935 bn->tx_ring_map[i] = i; in bnge_alloc_core()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2360 u16 *tx_ring_map; member
H A Dbnxt.c495 txr = &bp->tx_ring[bp->tx_ring_map[i]]; in bnxt_start_xmit()
5471 kfree(bp->tx_ring_map); in bnxt_free_mem()
5472 bp->tx_ring_map = NULL; in bnxt_free_mem()
5540 bp->tx_ring_map = kcalloc(bp->tx_nr_rings, sizeof(u16), in bnxt_alloc_mem()
5543 if (!bp->tx_ring_map) in bnxt_alloc_mem()
5558 bp->tx_ring_map[i] = bp->tx_nr_rings_xdp + i; in bnxt_alloc_mem()
15944 bnapi = bp->tx_ring[bp->tx_ring_map[i]].bnapi; in bnxt_get_queue_stats_tx()