ecore_fid_pretend
ecore_fid_pretend(p_hwfn, p_ptt, (pf_id << PXP_PRETEND_CONCRETE_FID_PFID_SHIFT));
ecore_fid_pretend(p_hwfn, p_ptt, (1 << PXP_PRETEND_CONCRETE_FID_VFVALID_SHIFT) | (vf_id << PXP_PRETEND_CONCRETE_FID_VFID_SHIFT));
ecore_fid_pretend(p_hwfn, p_ptt, (p_hwfn->rel_pf_id << PXP_PRETEND_CONCRETE_FID_PFID_SHIFT));
ecore_fid_pretend(p_hwfn, p_ptt, pf_id);
ecore_fid_pretend(p_hwfn, p_ptt, p_hwfn->rel_pf_id);
ecore_fid_pretend(p_hwfn, p_ptt, (u16)concrete_fid);
ecore_fid_pretend(p_hwfn, p_ptt, p_hwfn->rel_pf_id);
void ecore_fid_pretend(struct ecore_hwfn *p_hwfn,