Home
last modified time | relevance | path

Searched refs:OCE_FLAGS_USING_MSIX (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/oce/
HDoce_if.c669 sc->flags |= OCE_FLAGS_USING_MSIX; in oce_setup_intr()
731 if (sc->flags & OCE_FLAGS_USING_MSIX) in oce_alloc_intr()
787 if (sc->flags & OCE_FLAGS_USING_MSIX) in oce_intr_free()
HDoce_if.h775 #define OCE_FLAGS_USING_MSIX 0x00000020 macro