Searched refs:F_SA_LOW (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 283 #define F_SA_LOW 0x80 /* SA is in cdb byte 1, bits 4 to 0 */ macro 294 #define FF_SA (F_SA_HIGH | F_SA_LOW) 689 {0, 0xa3, 0xc, F_SA_LOW | F_D_IN, resp_rsup_opcodes, NULL, 692 {0, 0xa3, 0xd, F_SA_LOW | F_D_IN, resp_rsup_tmfs, NULL, 726 {0, 0x94, 0x1, F_SA_LOW | F_M_ACCESS, resp_close_zone, NULL, 732 {0, 0x94, 0x4, F_SA_LOW | F_M_ACCESS, resp_rwp_zone, NULL, 738 {0, 0x95, 0x6, F_SA_LOW | F_D_IN | F_M_ACCESS, NULL, NULL, 783 {ARRAY_SIZE(sa_in_16_iarr), 0x9e, 0x10, F_SA_LOW | F_D_IN, 790 {ARRAY_SIZE(maint_in_iarr), 0xa3, 0xa, F_SA_LOW | F_D_IN, 9250 if (F_SA_LOW & oip->flags) in scsi_debug_queuecommand() [all …]
|