Home
last modified time | relevance | path

Searched defs:vfid (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h765 …truct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *p_ptt, int OSAL_UNUSED vfid) {} in ecore_iov_process_mbx_req()
770 …NE void ecore_iov_set_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct eco… in ecore_iov_set_link()
771 …NE void ecore_iov_get_link(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, struct eco… in ecore_iov_get_link()
782 …ore_iov_get_public_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED vfid, bool OSAL_… in ecore_iov_get_public_vf_info()
783 …void ecore_iov_pf_add_pending_events(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED vfid) {} in ecore_iov_pf_add_pending_events()
785 …core_hwfn OSAL_UNUSED *p_hwfn, struct ecore_ptt OSAL_UNUSED *ptt, int OSAL_UNUSED vfid) {return EC… in ecore_iov_copy_vf_msg()
786 …set_forced_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac, int OSAL_UNUSED vfid) {} in ecore_iov_bulletin_set_forced_mac()
787 …t_mac(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u8 OSAL_UNUSED *mac, OSAL_UNUSED int vfid) {return EC… in ecore_iov_bulletin_set_mac()
788 …ecore_hwfn OSAL_UNUSED *p_hwfn, bool OSAL_UNUSED b_untagged_only, int OSAL_UNUSED vfid) {return EC… in ecore_iov_bulletin_set_forced_untagged_default()
789 …ore_iov_get_vfs_opaque_fid(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNUSED vfid, u16 OSAL_U… in ecore_iov_get_vfs_opaque_fid()
[all …]
H A Decore_l2.h54 u8 vfid; member
93 u8 vfid; member
H A Decore_sriov.c361 int vfid, in ecore_iov_post_vf_bulletin()
730 static bool _ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid, in _ecore_iov_pf_sanity_check()
745 bool ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid) in ecore_iov_pf_sanity_check()
1062 u16 vfid, in ecore_iov_set_link()
3937 u16 vfid = p_vf->abs_vf_id; in ecore_iov_execute_vf_flr_cleanup() local
4060 u8 vfid; in ecore_iov_mark_vf_flr() local
4091 u16 vfid, in ecore_iov_get_link()
4114 int vfid) in ecore_iov_process_mbx_req()
4395 int vfid) in ecore_iov_copy_vf_msg()
4425 u8 *mac, int vfid) in ecore_iov_bulletin_set_forced_mac()
[all …]
H A Decore_cxt.c1993 u32 *p_cid, u8 vfid) in _ecore_cxt_acquire_cid()
2048 u32 cid, u8 vfid, in ecore_cxt_test_cid_acquired()
2089 void _ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid, u8 vfid) in _ecore_cxt_release_cid()
H A Dqlnx_os.c7716 __qlnx_iov_chk_ucast(struct ecore_hwfn *p_hwfn, int vfid, in __qlnx_iov_chk_ucast()
7740 qlnx_iov_chk_ucast(void *p_hwfn, int vfid, void *params) in qlnx_iov_chk_ucast()
7746 __qlnx_iov_update_vport(struct ecore_hwfn *hwfn, uint8_t vfid, in __qlnx_iov_update_vport()
7766 qlnx_iov_update_vport(void *hwfn, uint8_t vfid, void *params, uint16_t *tlvs) in qlnx_iov_update_vport()
7966 qlnx_sriov_enable_qid_config(struct ecore_hwfn *hwfn, u16 vfid, in qlnx_sriov_enable_qid_config()
H A Dbcm_osal.h512 #define OSAL_IOV_CHK_UCAST(p_hwfn, vfid, params) \ argument
516 #define OSAL_IOV_VF_VPORT_UPDATE(p_hwfn, vfid, params, tlvs) \ argument
H A Decore_hw.c445 u32 ecore_vfid_to_concrete(struct ecore_hwfn *p_hwfn, u8 vfid) in ecore_vfid_to_concrete()
H A Decore_l2.c329 u8 vfid = ECORE_CXT_PF_CID; in ecore_eth_queue_to_cid() local
H A Decore.h991 u8 vfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID); in ecore_concrete_to_sw_fid() local
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c506 struct p9_fid *vfid; in p9fs_root() local
547 struct p9_fid *vfid; in p9fs_statfs() local
H A Dp9fs_vnops.c651 struct p9_fid *vofid, *vfid; in p9fs_open() local
834 struct p9_fid *vfid; in p9fs_reload_stats_dotl() local
1136 struct p9_fid *vfid; in p9fs_setattr_dotl() local
1506 struct p9_fid *vfid; in remove_common() local
/freebsd/sys/dev/ixl/
H A Dvirtchnl.h170 u32 vfid; /* used by PF when sending to VF */ member
H A Di40e_common.c3381 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, in i40e_aq_send_msg_to_vf()
/freebsd/sys/dev/iavf/
H A Dvirtchnl.h184 u32 vfid; /* used by PF when sending to VF */ member
/freebsd/sys/dev/ice/
H A Dvirtchnl.h352 u32 vfid; /* used by PF when sending to VF */ member
/freebsd/sys/dev/bxe/
H A Dbxe.c9500 int vfid, in bxe_init_sb()