Lines Matching refs:REQ_OP_NAME
97 #define REQ_OP_NAME(name) [REQ_OP_##name] = #name macro
99 REQ_OP_NAME(READ),
100 REQ_OP_NAME(WRITE),
101 REQ_OP_NAME(FLUSH),
102 REQ_OP_NAME(DISCARD),
103 REQ_OP_NAME(SECURE_ERASE),
104 REQ_OP_NAME(ZONE_RESET),
105 REQ_OP_NAME(ZONE_RESET_ALL),
106 REQ_OP_NAME(ZONE_OPEN),
107 REQ_OP_NAME(ZONE_CLOSE),
108 REQ_OP_NAME(ZONE_FINISH),
109 REQ_OP_NAME(ZONE_APPEND),
110 REQ_OP_NAME(WRITE_ZEROES),
111 REQ_OP_NAME(DRV_IN),
112 REQ_OP_NAME(DRV_OUT),
114 #undef REQ_OP_NAME