Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2936 int bnxt_hwrm_vnic_alloc(struct bnxt *bp, struct bnxt_vnic_info *vnic,
H A Dbnxt.c6929 int bnxt_hwrm_vnic_alloc(struct bnxt *bp, struct bnxt_vnic_info *vnic, in bnxt_hwrm_vnic_alloc() function
10842 rc = bnxt_hwrm_vnic_alloc(bp, vnic, start_rx_ring_idx, rx_rings); in bnxt_alloc_and_setup_vnic()
10992 if (bnxt_hwrm_vnic_alloc(bp, vnic, 0, bp->rx_nr_rings) || in bnxt_hwrm_realloc_rss_ctx_vnic()
11030 rc = bnxt_hwrm_vnic_alloc(bp, vnic, bp->rx_nr_rings - 1, 1); in bnxt_setup_nitroa0_vnic()
11080 rc = bnxt_hwrm_vnic_alloc(bp, vnic, 0, rx_nr_rings); in bnxt_init_chip()
H A Dbnxt_ethtool.c1973 rc = bnxt_hwrm_vnic_alloc(bp, vnic, 0, bp->rx_nr_rings); in bnxt_create_rxfh_context()