Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_iov_api.h755 …INE void ecore_iov_process_mbx_req(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, int vfid) {} in ecore_iov_process_mbx_req()
765 static OSAL_INLINE void ecore_iov_pf_add_pending_events(struct ecore_hwfn *p_hwfn, u8 vfid) {} in ecore_iov_pf_add_pending_events()
768 …OSAL_INLINE void ecore_iov_bulletin_set_forced_mac(struct ecore_hwfn *p_hwfn, u8 *mac, int vfid) {} in ecore_iov_bulletin_set_forced_mac()
771 static OSAL_INLINE void ecore_iov_get_vfs_opaque_fid(struct ecore_hwfn *p_hwfn, int vfid, u16 *opaq… in ecore_iov_get_vfs_opaque_fid()
772 …SAL_INLINE void ecore_iov_bulletin_set_forced_vlan(struct ecore_hwfn p_hwfn, u16 pvid, int vfid) {} in ecore_iov_bulletin_set_forced_vlan()
774 static OSAL_INLINE bool ecore_iov_vf_has_vport_instance(struct ecore_hwfn *p_hwfn, int vfid) {retur… in ecore_iov_vf_has_vport_instance()
776 static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid) {return false;} in ecore_iov_is_vf_stopped()
777 static OSAL_INLINE enum _ecore_status_t ecore_iov_spoofchk_set(struct ecore_hwfn *p_hwfn, int vfid,… in ecore_iov_spoofchk_set()
778 static OSAL_INLINE bool ecore_iov_spoofchk_get(struct ecore_hwfn *p_hwfn, int vfid) {return false;} in ecore_iov_spoofchk_get()
779 static OSAL_INLINE bool ecore_iov_pf_sanity_check(struct ecore_hwfn *p_hwfn, int vfid) {return fals… in ecore_iov_pf_sanity_check()
[all …]
H A Decore_l2.h62 u8 vfid; member
99 u8 vfid; member
H A Dbcm_osal.h498 #define OSAL_IOV_POST_START_VPORT(p_hwfn, vfid, vport_id, opaque_fid) {}; argument
499 #define OSAL_IOV_CHK_UCAST(hwfn, vfid, params) (0) argument
500 #define OSAL_PF_VF_MSG(hwfn, vfid) (0) argument
504 #define OSAL_IOV_VF_VPORT_UPDATE(p_hwfn, vfid, params, tlvs_accepted) (0) argument
H A Decore_cxt.c1953 u32 *p_cid, u8 vfid) in _ecore_cxt_acquire_cid()
2008 u32 cid, u8 vfid, in ecore_cxt_test_cid_acquired()
2049 void _ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid, u8 vfid) in _ecore_cxt_release_cid()
H A Decore_hw.c434 u32 ecore_vfid_to_concrete(struct ecore_hwfn *p_hwfn, u8 vfid) in ecore_vfid_to_concrete()
H A Decore_l2.c320 u8 vfid = ECORE_CXT_PF_CID; in ecore_eth_queue_to_cid() local
H A Decore.h867 u8 vfid = GET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID); in ecore_concrete_to_sw_fid() local
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c189 u32_t pfid,vfvalid,vfid,atc,client_id; in _vq_hoq() local
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/
H A Dlm_vf.c155 u32_t base_vfid, vfid; in lm_vf_dis() local
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Dvirtchnl.h171 u32 vfid; /* used by PF when sending to VF */ member
H A Di40e_common.c3385 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, in i40e_aq_send_msg_to_vf()