Home
last modified time | relevance | path

Searched refs:MFI_FLAGS_1064R (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/mfi/
HDmfi_pci.c154 {0x1000, 0x0411, 0xffff, 0xffff, MFI_FLAGS_1064R, "LSI MegaSAS 1064R"}, /* Brocton IOP */
155 {0x1000, 0x0413, 0xffff, 0xffff, MFI_FLAGS_1064R, "LSI MegaSAS 1064R"}, /* Verde ZCR */
156 {0x1028, 0x0015, 0xffff, 0xffff, MFI_FLAGS_1064R, "Dell PERC 5/i"},
217 if ((sc->mfi_flags & MFI_FLAGS_1064R) || in mfi_pci_attach()
HDmfivar.h199 #define MFI_FLAGS_1064R (1<<4) macro
HDmfi.c401 if (sc->mfi_flags & MFI_FLAGS_1064R) { in mfi_attach()