Searched refs:F_INV_OP (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debug.c | 235 #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 */ 2024 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2032 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2046 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2070 if (F_INV_OP & oip->flags) { in resp_rsup_opcodes() 7590 if (unlikely(F_INV_OP & flags)) { in scsi_debug_queuecommand()
|