Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c251 if (fwd_cmd->req_type == HWRM_FUNC_VF_CFG) { in bnxt_handle_fwd_req()
H A Dbnxt_hwrm.c976 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_func_reserve_vf_resc()
3951 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_vf_func_cfg_def_cp()
5334 HWRM_PREP(&req, HWRM_FUNC_VF_CFG, BNXT_USE_CHIMP_MB); in bnxt_hwrm_set_mac()
H A Dbnxt_ethdev.c4428 BNXT_HWRM_CMD_TO_FORWARD(HWRM_FUNC_VF_CFG); in bnxt_config_vf_req_fwd()
H A Dhsi_struct_def_dpdk.h275 #define HWRM_FUNC_VF_CFG UINT32_C(0xf) macro