Home
last modified time | relevance | path

Searched refs:SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsati_mode_select.c284 if ( ((current_mode_page[0] & SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK)!= 0) || in sati_mode_select_process_mode_page_read_write_error_recovery()
378 if (((current_mode_page[0] & SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK)!= 0) || in sati_mode_select_process_mode_page_caching()
477 if (((current_mode_page[0] & SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK)!= 0) || in sati_mode_select_process_mode_page_control()
543 if (((current_mode_page[0] & SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK)!= 0) || in sati_mode_select_process_mode_page_informational_exception_control()
614 if (((current_mode_page[0] & SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK)!= 0) || in sati_mode_select_process_mode_page_power_condition()
H A Dintel_scsi.h421 #define SCSI_MODE_SELECT_MODE_PAGE_SPF_MASK 0x40 macro