Home
last modified time | relevance | path

Searched refs:min_tx_rings (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c615 req->min_tx_rings = cpu_to_le16(min); in bnxt_hwrm_func_vf_resc_cfg()
641 req->min_tx_rings = cpu_to_le16(vf_tx_rings); in bnxt_hwrm_func_vf_resc_cfg()
676 hw_resc->max_tx_rings -= le16_to_cpu(req->min_tx_rings) * n; in bnxt_hwrm_func_vf_resc_cfg()
821 int min_rx_rings, min_tx_rings, min_rss_ctxs; in bnxt_sriov_enable() local
838 min_tx_rings = vfs_supported; in bnxt_sriov_enable()
854 if (hw_resc->max_tx_rings - bp->tx_nr_rings >= min_tx_rings && in bnxt_sriov_enable()
855 avail_cp >= min_tx_rings) in bnxt_sriov_enable()
H A Dbnxt.h1341 u16 min_tx_rings; member
H A Dbnxt_hsi.h2731 __le16 min_tx_rings; member
2772 __le16 min_tx_rings; member
H A Dbnxt.c9452 hw_resc->min_tx_rings = le16_to_cpu(resp->min_tx_rings); in bnxt_hwrm_func_resc_qcaps()
13426 if (hw_resc->min_tx_rings || hw_resc->resv_tx_rings) in bnxt_can_reserve_rings()