Searched refs:concrete_fid (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 314 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_fid_pretend() 368 p_ptt->pxp.pretend.fid.concrete_fid.fid = cpu_to_le16(fid); in qed_port_fid_pretend() 377 u32 concrete_fid = 0; in qed_vfid_to_concrete() local 379 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID, p_hwfn->rel_pf_id); in qed_vfid_to_concrete() 380 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID, vfid); in qed_vfid_to_concrete() 381 SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFVALID, 1); in qed_vfid_to_concrete() 383 return concrete_fid; in qed_vfid_to_concrete()
|
H A D | qed.h | 312 u32 concrete_fid; member 886 u32 concrete_fid) in qed_concrete_to_sw_fid() argument 888 u8 vfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID); in qed_concrete_to_sw_fid() 889 u8 pfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID); in qed_concrete_to_sw_fid() 890 u8 vf_valid = GET_FIELD(concrete_fid, in qed_concrete_to_sw_fid()
|
H A D | qed_l2.h | 138 u32 concrete_fid; member
|
H A D | qed_sriov.c | 68 p_ramrod->vf_id = GET_FIELD(p_vf->concrete_fid, PXP_CONCRETE_FID_VFID); in qed_sp_vf_start() 450 vf->concrete_fid = concrete; in qed_iov_setup_vfdb() 719 qed_fid_pretend(p_hwfn, p_ptt, (u16)vf->concrete_fid); in qed_iov_vf_igu_reset() 724 qed_fid_pretend(p_hwfn, p_ptt, (u16)p_hwfn->hw_info.concrete_fid); in qed_iov_vf_igu_reset() 739 qed_fid_pretend(p_hwfn, p_ptt, (u16)vf->concrete_fid); in qed_iov_vf_igu_set_int() 751 qed_fid_pretend(p_hwfn, p_ptt, (u16)p_hwfn->hw_info.concrete_fid); in qed_iov_vf_igu_set_int() 812 qed_fid_pretend(p_hwfn, p_ptt, (u16)vf->concrete_fid); in qed_iov_enable_vf_access() 821 qed_fid_pretend(p_hwfn, p_ptt, (u16)p_hwfn->hw_info.concrete_fid); in qed_iov_enable_vf_access() 1950 params.concrete_fid = vf->concrete_fid; in qed_iov_vf_mbx_start_vport() 3399 rc = qed_sp_vf_stop(p_hwfn, p_vf->concrete_fid, in qed_iov_vf_mbx_release() [all …]
|
H A D | qed_sriov.h | 180 u32 concrete_fid; member
|
H A D | qed_dev.c | 2661 u32 concrete_fid; in qed_hw_init_common() local 2718 concrete_fid = qed_vfid_to_concrete(p_hwfn, vf_id); in qed_hw_init_common() 2719 qed_fid_pretend(p_hwfn, p_ptt, (u16)concrete_fid); in qed_hw_init_common() 3568 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, PXP_PF_ME_CONCRETE_ADDR); in get_function_id() 3570 p_hwfn->abs_pf_id = (p_hwfn->hw_info.concrete_fid >> 16) & 0xf; in get_function_id() 3571 p_hwfn->rel_pf_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id() 3573 p_hwfn->port_id = GET_FIELD(p_hwfn->hw_info.concrete_fid, in get_function_id() 3578 p_hwfn->hw_info.concrete_fid, p_hwfn->hw_info.opaque_fid); in get_function_id()
|
H A D | qed_vf.c | 82 GET_FIELD(p_hwfn->hw_info.concrete_fid, in qed_send_msg2pf() 454 p_hwfn->hw_info.concrete_fid = REG_RD(p_hwfn, reg); in qed_vf_hw_prepare()
|
H A D | qed_l2.c | 411 p_params->concrete_fid); in qed_sp_eth_vport_start() 2326 start.concrete_fid = p_hwfn->hw_info.concrete_fid; in qed_start_vport()
|
/linux/include/linux/qed/ |
H A D | common_hsi.h | 1182 struct pxp_pretend_concrete_fid concrete_fid; member
|