Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c567 req->min_vnics = cpu_to_le16(min); in bnxt_hwrm_func_vf_resc_cfg()
584 req->min_vnics = cpu_to_le16(vf_vnics); in bnxt_hwrm_func_vf_resc_cfg()
624 hw_resc->max_vnics -= le16_to_cpu(req->min_vnics) * n; in bnxt_hwrm_func_vf_resc_cfg()
H A Dbnxt.h1123 u16 min_vnics; member
H A Dbnxt_hsi.h2461 __le16 min_vnics; member
2497 __le16 min_vnics; member
H A Dbnxt.c7570 hw_resc->min_vnics = le16_to_cpu(resp->min_vnics); in bnxt_hwrm_func_resc_qcaps()