Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.h54 int hwrm_ring_alloc_send_msg(struct bnge_net *bn,
H A Dbnge_netdev.c1826 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_cp_ring_alloc()
1843 rc = hwrm_ring_alloc_send_msg(bn, ring, type, tx_idx); in bnge_hwrm_tx_ring_alloc()
1863 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_rx_agg_ring_alloc()
1885 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_rx_ring_alloc()
1912 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_ring_alloc()
1961 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_ring_alloc()
H A Dbnge_hwrm_lib.c1311 int hwrm_ring_alloc_send_msg(struct bnge_net *bn, in hwrm_ring_alloc_send_msg() function