Searched refs:hwrm_ring_alloc_send_msg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 1480 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_cp_ring_alloc() 1497 rc = hwrm_ring_alloc_send_msg(bn, ring, type, tx_idx); in bnge_hwrm_tx_ring_alloc() 1517 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_rx_agg_ring_alloc() 1539 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_rx_ring_alloc() 1566 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_ring_alloc() 1615 rc = hwrm_ring_alloc_send_msg(bn, ring, type, map_idx); in bnge_hwrm_ring_alloc()
|
| H A D | bnge_hwrm_lib.c | 1067 int hwrm_ring_alloc_send_msg(struct bnge_net *bn, in hwrm_ring_alloc_send_msg() function
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 7119 static int hwrm_ring_alloc_send_msg(struct bnxt *bp, in hwrm_ring_alloc_send_msg() function 7326 rc = hwrm_ring_alloc_send_msg(bp, rxr, ring, type, map_idx); in bnxt_hwrm_rx_ring_alloc() 7346 rc = hwrm_ring_alloc_send_msg(bp, rxr, ring, type, map_idx); in bnxt_hwrm_rx_agg_ring_alloc() 7370 rc = hwrm_ring_alloc_send_msg(bp, NULL, ring, type, map_idx); in bnxt_hwrm_cp_ring_alloc_p5() 7385 rc = hwrm_ring_alloc_send_msg(bp, NULL, ring, type, tx_idx); in bnxt_hwrm_tx_ring_alloc() 7411 rc = hwrm_ring_alloc_send_msg(bp, NULL, ring, type, map_idx); in bnxt_hwrm_ring_alloc()
|