Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sriov.c22 bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_FUNC_CFG); in bnxt_set_vf_admin_mac()
193 bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_FUNC_CFG); in bnxt_set_vf_params()
374 bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_FUNC_CFG); in bnxt_hwrm_set_trusted_vf()
497 case HWRM_FUNC_CFG: in bnxt_vf_req_validate_snd()
610 bnxt_hwrm_cmd_hdr_init(sc, &req, HWRM_FUNC_CFG); in bnxt_hwrm_set_vf_spoofchk()
H A Dbnxt_hwrm.c83 HWRM_FUNC_CFG,
2321 bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_FUNC_CFG); in bnxt_hwrm_reserve_pf_rings()
2375 bnxt_hwrm_cmd_hdr_init(softc, &req, HWRM_FUNC_CFG); in bnxt_cfg_async_cr()
H A Dhsi_struct_def.h820 #define HWRM_FUNC_CFG UINT32_C(0x17) macro