Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h140 u32 concrete_fid; member
461 u32 concrete_fid) in qed_concrete_to_sw_fid() argument
463 u8 pfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID); in qed_concrete_to_sw_fid()
Dqed_dev.c992 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()
Dqed_l2.c136 u32 concrete_fid, in qed_sp_vport_start() argument
185 concrete_fid); in qed_sp_vport_start()
1282 p_hwfn->hw_info.concrete_fid, in qed_start_vport()
Dqed_hw.c298 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend()
/linux-4.4.14/include/linux/qed/
Dcommon_hsi.h542 struct pxp_pretend_concrete_fid concrete_fid; member