Home
last modified time | relevance | path

Searched refs:AAC_FLAGS_256FIBS (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/dev/aac/
HDaac_pci.c124 AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2200S"},
126 AAC_FLAGS_256FIBS, "Dell PERC 320/DC"},
128 AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2120S"},
144 AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2200S"},
146 AAC_FLAGS_256FIBS, "Legend S220"},
148 AAC_FLAGS_256FIBS, "Legend S230"},
HDaacvar.h407 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
HDaac.c1775 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_var.h427 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
HDaacraid.c1657 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()