Searched refs:max_hw_ring_grps (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
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;
H A Dbnxt.c8710 hw_resc->max_hw_ring_grps = le16_to_cpu(resp->max_hw_ring_grps);
8722 hw_resc->max_hw_ring_grps = hw_resc->max_rx_rings;
8871 hw_resc->max_hw_ring_grps = le32_to_cpu(resp->max_hw_ring_grps);
8872 if (!hw_resc->max_hw_ring_grps)
8873 hw_resc->max_hw_ring_grps = hw_resc->max_tx_rings;
14695 max_ring_grps = hw_resc->max_hw_ring_grps;
H A Dbnxt.h1287 u16 max_hw_ring_grps; member in struct:bnxt_hw_resc
H A Dbnxt_hsi.h1716 __le32 max_hw_ring_grps; member in struct:hwrm_func_qcaps_output
2620 __le16 max_hw_ring_grps; member in struct:hwrm_func_resource_qcaps_output
2661 __le16 max_hw_ring_grps; member in struct:hwrm_func_vf_resource_cfg_input

Completed in 524 milliseconds