Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h370 #define BURSTSIZE_MASK 0x7f macro
372 #define BURSTSIZE_MASK 0x3f macro
374 #define DEFAULT_BURSTSIZE (BURSTSIZE_MASK) /* all burst sizes */
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasdma.h102 #define BURSTSIZE_MASK 0x7f macro
/titanic_50/usr/src/uts/sun/sys/
H A Dsocalreg.h265 #define BURSTSIZE_MASK 0xff macro
/titanic_50/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.h523 #define BURSTSIZE_MASK 0x7f macro
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c851 j = burstsize & BURSTSIZE_MASK; in socal_attach()
869 j = burstsize & BURSTSIZE_MASK; in socal_attach()