Searched refs:concrete_fid (Results 1 – 5 of 5) sorted by relevance
140 u32 concrete_fid; member461 u32 concrete_fid) in qed_concrete_to_sw_fid() argument463 u8 pfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID); in qed_concrete_to_sw_fid()
992 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, PXP_PF_ME_CONCRETE_ADDR); in get_function_id()994 p_hwfn->abs_pf_id = (p_hwfn->hw_info.concrete_fid >> 16) & 0xf; in get_function_id()995 p_hwfn->rel_pf_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id()997 p_hwfn->port_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id()
136 u32 concrete_fid, in qed_sp_vport_start() argument185 concrete_fid); in qed_sp_vport_start()1282 p_hwfn->hw_info.concrete_fid, in qed_start_vport()
298 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
542 struct pxp_pretend_concrete_fid concrete_fid; member