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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h287 * @param disabled_vfs - bitmask of all VFs on path that were FLRed
292 u32 *disabled_vfs);
329 static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u32 OSAL_UNUSED *disabled_vfs) {return false;} argument
H A Decore_mcp.c1268 u32 disabled_vfs[VF_MAX_STATIC / 32]; local
1276 disabled_vfs[i] = ecore_rd(p_hwfn, p_ptt,
1283 i * 32, (i + 1) * 32 - 1, disabled_vfs[i]);
1286 if (ecore_iov_mark_vf_flr(p_hwfn, disabled_vfs))

Completed in 92 milliseconds