Searched refs:ack_vfs (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sriov.c | 3926 u32 *ack_vfs) in ecore_iov_execute_vf_flr_cleanup() argument 3986 ack_vfs[vfid / 32] |= (1 << (vfid % 32)); in ecore_iov_execute_vf_flr_cleanup() 3999 u32 ack_vfs[VF_MAX_STATIC / 32]; in ecore_iov_vf_flr_cleanup() local 4003 OSAL_MEMSET(ack_vfs, 0, sizeof(u32) * (VF_MAX_STATIC / 32)); in ecore_iov_vf_flr_cleanup() 4012 ecore_iov_execute_vf_flr_cleanup(p_hwfn, p_ptt, i, ack_vfs); in ecore_iov_vf_flr_cleanup() 4014 rc = ecore_mcp_ack_vf_flr(p_hwfn, p_ptt, ack_vfs); in ecore_iov_vf_flr_cleanup() 4025 u32 ack_vfs[VF_MAX_STATIC / 32]; in ecore_iov_single_vf_flr_cleanup() local 4028 OSAL_MEMSET(ack_vfs, 0, sizeof(u32) * (VF_MAX_STATIC / 32)); in ecore_iov_single_vf_flr_cleanup() 4033 ecore_iov_execute_vf_flr_cleanup(p_hwfn, p_ptt, rel_vf_id, ack_vfs); in ecore_iov_single_vf_flr_cleanup() 4035 rc = ecore_mcp_ack_vf_flr(p_hwfn, p_ptt, ack_vfs); in ecore_iov_single_vf_flr_cleanup()
|