Home
last modified time | relevance | path

Searched refs:BURST32 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasdma.h100 #define BURST32 0x20 macro
104 BURST64|BURST32|BURST16|BURST8|BURST4|BURST2|BURST1
/illumos-gate/usr/src/uts/sun/sys/
H A Dsocalreg.h262 #define BURST32 0x20 macro
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h367 #define BURST32 0x20 macro
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h521 #define BURST32 0x20 macro
H A Darcmsr.c169 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* burst sizes */
190 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* burst sizes */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c148 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* dlim_burstsizes */
169 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* dma_attr_burstsizes */
184 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* dma_attr_burstsizes */
199 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* dma_attr_burstsizes */
215 DEFAULT_BURSTSIZE | BURST32 | BURST64, /* dma_attr_burstsizes */
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1823 } else if (burstsizes & BURST32) { in fas_internal_reset()