Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sriov.c24 req.fid = htole16(vf->fw_fid); in bnxt_set_vf_admin_mac()
76 vf->fw_fid = softc->pf.first_vf_id + vfnum; in bnxt_iov_vf_add()
196 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_params()
294 req.target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_err_resp()
295 req.encap_resp_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_err_resp()
318 req.target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_exec_fwd_resp()
319 req.encap_resp_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_exec_fwd_resp()
340 req.fid = cpu_to_le16(BNXT_PF(softc) ? vf->fw_fid : 0xffff); in bnxt_hwrm_func_qcfg_flags()
376 req.fid = htole16(vf->fw_fid); in bnxt_hwrm_set_trusted_vf()
612 req.fid = htole16(vf->fw_fid); in bnxt_hwrm_set_vf_spoofchk()
[all …]
H A Dbnxt_sriov.h49 uint16_t fw_fid; member
H A Dbnxt.h498 uint32_t fw_fid; member
530 uint16_t fw_fid; member
H A Dbnxt_hwrm.c1266 func->fw_fid = le16toh(resp->fid); in bnxt_hwrm_func_qcaps()
1291 pf->fw_fid = le16toh(resp->fid); in bnxt_hwrm_func_qcaps()
1304 vf->fw_fid = le16toh(resp->fid); in bnxt_hwrm_func_qcaps()