Searched refs:F_SA_LOW (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | scsi_debug.c | 305 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 313 #define FF_SA (F_SA_HIGH | F_SA_LOW) 383 {0, 0x9e, 0x12, F_SA_LOW | F_D_IN, resp_get_lba_status, NULL, 395 {0, 0xa3, 0xc, F_SA_LOW | F_D_IN, resp_rsup_opcodes, NULL, 398 {0, 0xa3, 0xd, F_SA_LOW | F_D_IN, resp_rsup_tmfs, NULL, 456 {1, 0x9e, 0x10, F_SA_LOW | F_D_IN, resp_readcap16, sa_in_iarr, 461 {2, 0xa3, 0xa, F_SA_LOW | F_D_IN, resp_report_tgtpgs, maint_in_iarr, 5202 if (F_SA_LOW & oip->flags) in scsi_debug_queuecommand() 5217 if (F_SA_LOW & r_oip->flags) in scsi_debug_queuecommand()
|