Searched refs:tx_ring_map (Results 1 – 3 of 3) sorted by relevance
264 u16 *tx_ring_map; member
864 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()
1452 txr = &bn->tx_ring[bn->tx_ring_map[i]]; in bnge_start_xmit()