Searched refs:SCSI_MODE_SENSE_PAGE_CODE_ENABLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dintel_scsi.h372 #define SCSI_MODE_SENSE_PAGE_CODE_ENABLE 0x3F macro
H A Dsati_mode_sense.c151 switch (sati_get_cdb_byte(cdb, 2) & SCSI_MODE_SENSE_PAGE_CODE_ENABLE)
H A Dsati_mode_select.c724 //SCSI_MODE_SENSE_PAGE_CODE_ENABLE==0x3f same for Mode Select
725 page_code = page_code_byte & SCSI_MODE_SENSE_PAGE_CODE_ENABLE;

Completed in 250 milliseconds