Searched refs:max_hw_ring_grps (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h1746 __le32 max_hw_ring_grps; member in struct:hwrm_func_qcaps_output
2653 __le16 max_hw_ring_grps; member in struct:hwrm_func_resource_qcaps_output
2694 __le16 max_hw_ring_grps; member in struct:hwrm_func_vf_resource_cfg_input
H A Dbnxt.h1301 u16 max_hw_ring_grps; member in struct:bnxt_hw_resc
H A Dbnxt.c8798 hw_resc->max_hw_ring_grps = le16_to_cpu(resp->max_hw_ring_grps);
8810 hw_resc->max_hw_ring_grps = hw_resc->max_rx_rings;
8959 hw_resc->max_hw_ring_grps = le32_to_cpu(resp->max_hw_ring_grps);
8960 if (!hw_resc->max_hw_ring_grps)
8961 hw_resc->max_hw_ring_grps = hw_resc->max_tx_rings;
14935 max_ring_grps = hw_resc->max_hw_ring_grps;
H A Dbnxt_sriov.c543 vf_ring_grps = hw_resc->max_hw_ring_grps - bp->rx_nr_rings;
603 req->max_hw_ring_grps = cpu_to_le16(vf_ring_grps);
626 hw_resc->max_hw_ring_grps -=
669 vf_ring_grps = (hw_resc->max_hw_ring_grps - bp->rx_nr_rings) / num_vfs;
720 hw_resc->max_hw_ring_grps -= vf_ring_grps * num_vfs;

Completed in 298 milliseconds