Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c235 #define F_INV_OP 0x200 /* invalid opcode (not supported) */ macro
630 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* unknown opcodes */
676 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* MAINT OUT */
699 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* ATA_PT */
2036 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
2044 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
2058 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
2082 if (F_INV_OP & oip->flags) { in resp_rsup_opcodes()
7705 if (unlikely(F_INV_OP & flags)) { in scsi_debug_queuecommand()