Searched refs:AAC_FLAGS_256FIBS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/dev/aac/ |
| HD | aac_pci.c | 124 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"},
|
| HD | aacvar.h | 407 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
|
| HD | aac.c | 1775 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()
|
| /freebsd-14-stable/sys/dev/aacraid/ |
| HD | aacraid_var.h | 427 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
|
| HD | aacraid.c | 1657 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()
|