Searched refs:F_INV_OP (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 233 #define F_INV_OP 0x200 /* invalid opcode (not supported) */ macro 621 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* unknown opcodes */ 667 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* MAINT OUT */ 690 {0, 0, 0, F_INV_OP | FF_RESPOND, NULL, NULL, /* ATA_PT */ 2015 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2023 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2037 if (F_INV_OP & oip->flags) in resp_rsup_opcodes() 2061 if (F_INV_OP & oip->flags) { in resp_rsup_opcodes() 7339 if (unlikely(F_INV_OP & flags)) { in scsi_debug_queuecommand()
|