Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.h321 struct bnge_tx_ring_info *tx_ring;
520 struct bnge_tx_ring_info { struct
549 struct bnge_tx_ring_info *tx_ring[BNGE_MAX_TXR_PER_NAPI]; argument
640 u32 bnge_cp_ring_for_tx(struct bnge_tx_ring_info *txr);
H A Dbnge_netdev.c775 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_free_tx_skbs()
1028 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_free_tx_rings()
1043 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_alloc_tx_rings()
1259 bn->tx_ring = kzalloc_objs(struct bnge_tx_ring_info, bd->tx_nr_rings); in bnge_alloc_core()
1274 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_alloc_core()
1336 u32 bnge_cp_ring_for_tx(struct bnge_tx_ring_info *txr) in bnge_cp_ring_for_tx()
1709 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_init_tx_rings()
1837 struct bnge_tx_ring_info *txr, u32 tx_idx) in bnge_hwrm_tx_ring_alloc()
1930 struct bnge_tx_ring_info *txr = &bn->tx_ring[i]; in bnge_hwrm_ring_alloc()
2482 struct bnge_tx_ring_info *txr, in bnge_hwrm_tx_ring_free()
[all …]
H A Dbnge_hwrm_lib.c1342 struct bnge_tx_ring_info *txr; in hwrm_ring_alloc_send_msg()
1344 txr = container_of(ring, struct bnge_tx_ring_info, in hwrm_ring_alloc_send_msg()