Searched refs:SCSI_MODE_PAGE_1C_LENGTH (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | sati_mode_pages.h | 72 #define SCSI_MODE_PAGE_1C_LENGTH 0x0C macro 74 + SCSI_MODE_PAGE_1C_LENGTH \
|
H A D | sati_mode_pages.c | 287 SCSI_MODE_PAGE_1C_LENGTH-2, // Byte 1 - Page Length 306 SCSI_MODE_PAGE_1C_LENGTH-2,
|
H A D | sati_mode_sense_6.c | 248 + SCSI_MODE_PAGE_1C_LENGTH; in sati_mode_sense_6_informational_excp_control_translate_data() 417 + SCSI_MODE_PAGE_1C_LENGTH; in sati_mode_sense_6_all_pages_translate_data()
|
H A D | sati_mode_sense_10.c | 330 + SCSI_MODE_PAGE_1C_LENGTH; in sati_mode_sense_10_informational_excp_control_translate_data() 498 + SCSI_MODE_PAGE_1C_LENGTH; in sati_mode_sense_10_all_pages_translate_data()
|
H A D | sati_mode_select.c | 235 page_size=SCSI_MODE_PAGE_1C_LENGTH; in sati_mode_select_get_mode_page_size() 526 U8 current_mode_page[SCSI_MODE_PAGE_1C_LENGTH]={0,0,0,0,0,0,0,0,0,0,0,0}; in sati_mode_select_process_mode_page_informational_exception_control() 544 (current_mode_page[1] != (SCSI_MODE_PAGE_1C_LENGTH - 2)) || in sati_mode_select_process_mode_page_informational_exception_control()
|