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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c3929 u32 *ack_vfs)
3989 ack_vfs[vfid / 32] |= (1 << (vfid % 32));
4002 u32 ack_vfs[VF_MAX_STATIC / 32]; local
4006 OSAL_MEMSET(ack_vfs, 0, sizeof(u32) * (VF_MAX_STATIC / 32));
4015 ecore_iov_execute_vf_flr_cleanup(p_hwfn, p_ptt, i, ack_vfs);
4017 rc = ecore_mcp_ack_vf_flr(p_hwfn, p_ptt, ack_vfs);
4028 u32 ack_vfs[VF_MAX_STATIC / 32]; local
4031 OSAL_MEMSET(ack_vfs, 0, sizeof(u32) * (VF_MAX_STATIC / 32));
4036 ecore_iov_execute_vf_flr_cleanup(p_hwfn, p_ptt, rel_vf_id, ack_vfs);
4038 rc = ecore_mcp_ack_vf_flr(p_hwfn, p_ptt, ack_vfs);
3926 ecore_iov_execute_vf_flr_cleanup(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 rel_vf_id, u32 *ack_vfs) argument
[all...]

Completed in 206 milliseconds