Searched refs:F_SA_LOW (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/scsi/ |
| D | scsi_debug.c | 307 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 315 #define FF_SA (F_SA_HIGH | F_SA_LOW) 385 {0, 0x9e, 0x12, F_SA_LOW | F_D_IN, resp_get_lba_status, NULL, 397 {0, 0xa3, 0xc, F_SA_LOW | F_D_IN, resp_rsup_opcodes, NULL, 400 {0, 0xa3, 0xd, F_SA_LOW | F_D_IN, resp_rsup_tmfs, NULL, 458 {1, 0x9e, 0x10, F_SA_LOW | F_D_IN, resp_readcap16, sa_in_iarr, 463 {2, 0xa3, 0xa, F_SA_LOW | F_D_IN, resp_report_tgtpgs, maint_in_iarr, 5189 if (F_SA_LOW & oip->flags) in scsi_debug_queuecommand() 5204 if (F_SA_LOW & r_oip->flags) in scsi_debug_queuecommand()
|