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.h264 u16 *tx_ring_map; member
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()
H A Dbnge_txrx.c1452 txr = &bn->tx_ring[bn->tx_ring_map[i]]; in bnge_start_xmit()