Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c232 #define F_SA_LOW 0x80 /* cdb byte 1, bits 4 to 0 */ macro
242 #define FF_SA (F_SA_HIGH | F_SA_LOW)
477 {0, 0x9e, 0x12, F_SA_LOW | F_D_IN, resp_get_lba_status, NULL,
492 {0, 0xa3, 0xc, F_SA_LOW | F_D_IN, resp_rsup_opcodes, NULL,
495 {0, 0xa3, 0xd, F_SA_LOW | F_D_IN, resp_rsup_tmfs, NULL,
562 {ARRAY_SIZE(sa_in_16_iarr), 0x9e, 0x10, F_SA_LOW | F_D_IN,
566 {0, 0x9f, 0x12, F_SA_LOW | F_D_OUT | FF_MEDIA_IO, resp_write_scat,
569 {ARRAY_SIZE(maint_in_iarr), 0xa3, 0xa, F_SA_LOW | F_D_IN,
5728 if (F_SA_LOW & oip->flags) in scsi_debug_queuecommand()
5743 if (F_SA_LOW & r_oip->flags) in scsi_debug_queuecommand()