Home
last modified time | relevance | path

Searched refs:concrete_fid (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h463 u32 concrete_fid; member
865 u32 concrete_fid) in ecore_concrete_to_sw_fid() argument
867 u8 vfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID); in ecore_concrete_to_sw_fid()
868 u8 pfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID); in ecore_concrete_to_sw_fid()
869 u8 vf_valid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFVALID); in ecore_concrete_to_sw_fid()
H A Decore_hw.c393 p_ptt->pxp.pretend.fid.concrete_fid.fid = OSAL_CPU_TO_LE16(fid); in ecore_fid_pretend()
436 u32 concrete_fid = 0; in ecore_vfid_to_concrete() local
438 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID, p_hwfn->rel_pf_id); in ecore_vfid_to_concrete()
439 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID, vfid); in ecore_vfid_to_concrete()
440 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFVALID, 1); in ecore_vfid_to_concrete()
442 return concrete_fid; in ecore_vfid_to_concrete()
H A Decore_sriov.h150 u32 concrete_fid; member
H A Decore_l2_api.h319 u32 concrete_fid; member
H A Decore_dev.c1388 u32 concrete_fid; in ecore_hw_init_common() local
1454 concrete_fid = ecore_vfid_to_concrete(p_hwfn, vf_id); in ecore_hw_init_common()
1455 ecore_fid_pretend(p_hwfn, p_ptt, (u16)concrete_fid); in ecore_hw_init_common()
2769 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, PXP_PF_ME_CONCRETE_ADDR); in get_function_id()
2772 p_hwfn->abs_pf_id = (p_hwfn->hw_info.concrete_fid >> 16) & 0xf; in get_function_id()
2773 p_hwfn->rel_pf_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id()
2775 p_hwfn->port_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id()
2780 p_hwfn->hw_info.concrete_fid, p_hwfn->hw_info.opaque_fid); in get_function_id()
H A Decore_l2.c463 p_params->concrete_fid); in ecore_sp_eth_vport_start()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dcommon_hsi.h1271 struct pxp_pretend_concrete_fid concrete_fid; member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c1581 params.concrete_fid = p_hwfn->hw_info.concrete_fid; in qede_vport_start()