Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac_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"},
H A Daacvar.h407 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
H A Daac.c1775 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h427 #define AAC_FLAGS_256FIBS (1 << 7) /* Can only do 256 commands */ macro
H A Daacraid.c1657 sc->aac_max_fibs = (sc->flags & AAC_FLAGS_256FIBS ? 256:512); in aac_check_firmware()