Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c313 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
H A Dbnxt_hwrm.c1130 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_func_reserve_vf_resc()
4155 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_vf_func_cfg_def_cp()
5638 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_set_mac()
H A Dbnxt_ethdev.c5110 BNXT_HWRM_CMD_TO_FORWARD(HWRM_FUNC_VF_CFG); in bnxt_config_vf_req_fwd()
H A Dhsi_struct_def_dpdk.h276 #define HWRM_FUNC_VF_CFG UINT32_C(0xf) macro