Searched refs:NVME_OP_WRITE (Results 1 – 2 of 2) sorted by relevance
149 #define NVME_OP_WRITE 0x01 macro
368 txn->opcode == NVME_OP_WRITE ? "WR" : "RD"); in io_process_txn()535 txn->opcode = NVME_OP_WRITE; in nvme_queue()564 txn->opcode == NVME_OP_WRITE ? "wr" : "rd", in nvme_queue()
Completed in 7 milliseconds