Searched defs:vfid (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_iov_api.h | 755 …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() 760 static OSAL_INLINE void ecore_iov_set_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_li… in ecore_iov_set_link() 761 static OSAL_INLINE void ecore_iov_get_link(struct ecore_hwfn *p_hwfn, u16 vfid, struct ecore_mcp_li… in ecore_iov_get_link() 764 …public_vf_info* ecore_iov_get_public_vf_info(struct ecore_hwfn *p_hwfn, u16 vfid, bool b_enabled_o… in ecore_iov_get_public_vf_info() 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() 767 …ecore_iov_copy_vf_msg(struct ecore_hwfn *p_hwfn, struct ecore_ptt *ptt, int vfid) {return ECORE_IN… in ecore_iov_copy_vf_msg() 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() 769 …status_t ecore_iov_bulletin_set_mac(struct ecore_hwfn *p_hwfn, u8 *mac, int vfid) {return ECORE_IN… in ecore_iov_bulletin_set_mac() 770 …orced_untagged_default(struct ecore_hwfn *p_hwfn, bool b_untagged_only, int vfid) {return ECORE_IN… in ecore_iov_bulletin_set_forced_untagged_default() 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() [all …]
|
H A D | ecore_l2.h | 62 u8 vfid; member 99 u8 vfid; member
|
H A D | bcm_osal.h | 498 #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 D | ecore_cxt.c | 1953 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 D | ecore_hw.c | 434 u32 ecore_vfid_to_concrete(struct ecore_hwfn *p_hwfn, u8 vfid) in ecore_vfid_to_concrete()
|
H A D | ecore_l2.c | 320 u8 vfid = ECORE_CXT_PF_CID; in ecore_eth_queue_to_cid() local
|
H A D | ecore.h | 867 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 D | bnxe_hw_debug.c | 189 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 D | lm_vf.c | 155 u32_t base_vfid, vfid; in lm_vf_dis() local
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | virtchnl.h | 171 u32 vfid; /* used by PF when sending to VF */ member
|
H A D | i40e_common.c | 3385 enum i40e_status_code i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, in i40e_aq_send_msg_to_vf()
|