Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.h29 #define BNXT_VF_MAX_L2_CTX 4 macro
Dbnxt_sriov.c593 req->min_l2_ctxs = cpu_to_le16(BNXT_VF_MAX_L2_CTX); in bnxt_hwrm_func_vf_resc_cfg()
602 req->max_l2_ctxs = cpu_to_le16(BNXT_VF_MAX_L2_CTX); in bnxt_hwrm_func_vf_resc_cfg()
Dbnxt.c7422 req->num_l2_ctxs = cpu_to_le16(BNXT_VF_MAX_L2_CTX); in __bnxt_hwrm_reserve_vf_rings()