Home
last modified time | relevance | path

Searched refs:fw_ring_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c1333 return rxr->rx_cpr->ring_struct.fw_ring_id; in bnge_cp_ring_for_rx()
1338 return txr->tx_cpr->ring_struct.fw_ring_id; in bnge_cp_ring_for_tx()
1379 ring->fw_ring_id = INVALID_HW_RING_ID_32BIT; in bnge_init_nq_tree()
1384 ring->fw_ring_id = INVALID_HW_RING_ID_32BIT; in bnge_init_nq_tree()
1641 ring->fw_ring_id = INVALID_HW_RING_ID_32BIT; in bnge_init_one_rx_ring_rxbd()
1651 ring->fw_ring_id = INVALID_HW_RING_ID_32BIT; in bnge_init_one_agg_ring_rxbd()
1712 ring->fw_ring_id = INVALID_HW_RING_ID_32BIT; in bnge_init_tx_rings()
1830 bnge_set_db(bn, &cpr->cp_db, type, map_idx, ring->fw_ring_id); in bnge_hwrm_cp_ring_alloc()
1847 bnge_set_db(bn, &txr->tx_db, type, tx_idx, ring->fw_ring_id); in bnge_hwrm_tx_ring_alloc()
1868 ring->fw_ring_id); in bnge_hwrm_rx_agg_ring_alloc()
[all …]
H A Dbnge_rmem.h187 u32 fw_ring_id; member
H A Dbnge_hwrm_lib.c848 cpu_to_le16(rxr->rx_ring_struct.fw_ring_id); in bnge_hwrm_vnic_cfg()
1298 req->ring_id = cpu_to_le32(ring->fw_ring_id); in hwrm_ring_free_send_msg()
1412 ring->fw_ring_id = ring_id; in hwrm_ring_alloc_send_msg()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c116 u32 fw_ring_id, int type) in bng_re_net_ring_free() argument
126 req.ring_id = cpu_to_le32(fw_ring_id); in bng_re_net_ring_free()
138 u16 *fw_ring_id) in bng_re_net_ring_alloc() argument
164 *fw_ring_id = (u16)le32_to_cpu(resp.ring_id); in bng_re_net_ring_alloc()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h947 u16 fw_ring_id; /* Ring id filled by Chimp FW */ member