Lines Matching +full:irq +full:- +full:mirror
1 /* SPDX-License-Identifier: BSD-3-Clause */
65 * ASSERT_CTX_LOCKED - Assert that the iflib context lock is held
71 #define ASSERT_CTX_LOCKED(sc) sx_assert((sc)->iflib_ctx_lock, SA_XLOCKED)
74 * IFLIB_CTX_LOCK - lock the iflib context lock
79 #define IFLIB_CTX_LOCK(sc) sx_xlock((sc)->iflib_ctx_lock)
82 * IFLIB_CTX_UNLOCK - unlock the iflib context lock
87 #define IFLIB_CTX_UNLOCK(sc) sx_xunlock((sc)->iflib_ctx_lock)
90 * ASSERT_CFG_LOCKED - Assert that a configuration lock is held
100 * ICE_IFLIB_MAX_DESC_COUNT - Maximum ring size for iflib
111 * @brief Driver irq vector structure
124 struct if_irq irq; member
251 * @rebuild_ticks: indicates when a post-reset rebuild started
259 * @num_vfs: number of VFs to use for SR-IOV
307 /* IRQ Vector data */
325 /* 5-layer scheduler topology enabled */
328 /* Allow additional non-standard FEC mode */
343 /* Tri-state feature flags (capable/enabled) */
352 /* For mirror interface */