Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c234 #define F_INV_OP 0x200 macro
528 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* unknown opcodes */
574 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* MAINT OUT */
596 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* ATA_PT */
1814 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
1822 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
1836 if (F_INV_OP & oip->flags) in resp_rsup_opcodes()
1860 if (F_INV_OP & oip->flags) { in resp_rsup_opcodes()
5753 if (unlikely(F_INV_OP & flags)) { in scsi_debug_queuecommand()