Searched refs:F_SA_LOW (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_debug.c | 228 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro 238 #define FF_SA (F_SA_HIGH | F_SA_LOW) 471 {0, 0x9e, 0x12, F_SA_LOW | F_D_IN, resp_get_lba_status, NULL, 486 {0, 0xa3, 0xc, F_SA_LOW | F_D_IN, resp_rsup_opcodes, NULL, 489 {0, 0xa3, 0xd, F_SA_LOW | F_D_IN, resp_rsup_tmfs, NULL, 556 {ARRAY_SIZE(sa_in_16_iarr), 0x9e, 0x10, F_SA_LOW | F_D_IN, 560 {0, 0x9f, 0x12, F_SA_LOW | F_D_OUT | FF_MEDIA_IO, resp_write_scat, 563 {ARRAY_SIZE(maint_in_iarr), 0xa3, 0xa, F_SA_LOW | F_D_IN, 5641 if (F_SA_LOW & oip->flags) in scsi_debug_queuecommand() 5656 if (F_SA_LOW & r_oip->flags) in scsi_debug_queuecommand()
|