Searched refs:F_INV_OP (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 287 #define F_INV_OP 0x200 /* invalid opcode (not supported) */ macro 773 {0, 0, 0, DS_ALL, F_INV_OP | FF_RESPOND, NULL, NULL, /* unknown opcodes */ 819 {0, 0, 0, DS_ALL, F_INV_OP | FF_RESPOND, NULL, NULL, /* MAINT OUT */ 842 {0, 0, 0, DS_NO_SSC, F_INV_OP | FF_RESPOND, NULL, NULL, /* ATA_PT */ 2529 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2546 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2572 if (F_INV_OP & oip->flags) { in resp_rsup_opcodes() 9441 if (unlikely(F_INV_OP & flags)) { in scsi_debug_queuecommand()
|