Searched refs:relative_vf_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h156 u8 relative_vf_id; member in struct:ecore_vf_info
311 * @param relative_vf_id - relative id of the VF for which info
318 u16 relative_vf_id,
331 static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;} argument
H A Dbcm_osal.h96 extern void qlnx_osal_iov_vf_cleanup(void *p_hwfn, uint8_t relative_vf_id);
100 extern int qlnx_pf_vf_msg(void *p_hwfn, uint16_t relative_vf_id);
563 #define OSAL_IOV_PF_RESP_TYPE(p_hwfn, relative_vf_id, status)
564 #define OSAL_IOV_VF_CLEANUP(p_hwfn, relative_vf_id) \
565 qlnx_osal_iov_vf_cleanup(p_hwfn, relative_vf_id)
567 #define OSAL_IOV_VF_ACQUIRE(p_hwfn, relative_vf_id) ECORE_SUCCESS
569 #define OSAL_IOV_PRE_START_VPORT(p_hwfn, relative_vf_id, params) ECORE_SUCCESS
570 #define OSAL_IOV_POST_START_VPORT(p_hwfn, relative_vf_id, vport_id, opaque_fid)
574 #define OSAL_PF_VF_MALICIOUS(p_hwfn, relative_vf_id)
575 #define OSAL_IOV_VF_MSG_TYPE(p_hwfn, relative_vf_id, typ
[all...]
H A Decore_sriov.c220 u16 relative_vf_id,
230 if (ecore_iov_is_valid_vfid(p_hwfn, relative_vf_id,
232 vf = &p_hwfn->pf_iov_info->vfs_array[relative_vf_id];
235 relative_vf_id);
389 p_bulletin->version, p_vf->relative_vf_id,
522 vf->relative_vf_id = idx;
1184 vf->relative_vf_id, p_params->num_queues, (u16)cids);
1208 vf->relative_vf_id, i, vf->igu_sbs[i],
1228 p_hwfn->pf_iov_info->active_vfs[vf->relative_vf_id / 64] |=
1229 (1ULL << (vf->relative_vf_id
219 ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn, u16 relative_vf_id, bool b_enabled_only) argument
1554 ecore_iov_get_public_vf_info(struct ecore_hwfn *p_hwfn, u16 relative_vf_id, bool b_enabled_only) argument
[all...]
H A Dqlnx_os.c7990 qlnx_osal_iov_vf_cleanup(void *p_hwfn, uint8_t relative_vf_id) argument
7992 __qlnx_osal_iov_vf_cleanup(p_hwfn, relative_vf_id);
8103 qlnx_pf_vf_msg(void *p_hwfn, uint16_t relative_vf_id) argument
8105 return (__qlnx_pf_vf_msg(p_hwfn, relative_vf_id));

Completed in 83 milliseconds