Searched refs:OPC_ENTRY (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/cam/ctl/
H A Dctl_nvme_all.c24 #define OPC_ENTRY(x) [NVME_OPC_ ## x] = #x macro
27 OPC_ENTRY(DELETE_IO_SQ),
28 OPC_ENTRY(CREATE_IO_SQ),
29 OPC_ENTRY(GET_LOG_PAGE),
30 OPC_ENTRY(DELETE_IO_CQ),
31 OPC_ENTRY(CREATE_IO_CQ),
32 OPC_ENTRY(IDENTIFY),
33 OPC_ENTRY(ABORT),
34 OPC_ENTRY(SET_FEATURES),
35 OPC_ENTRY(GET_FEATURE
[all...]
/freebsd-current/sys/dev/nvme/
H A Dnvme_qpair.c48 #define OPC_ENTRY(x) [NVME_OPC_ ## x] = #x macro
51 OPC_ENTRY(DELETE_IO_SQ),
52 OPC_ENTRY(CREATE_IO_SQ),
53 OPC_ENTRY(GET_LOG_PAGE),
54 OPC_ENTRY(DELETE_IO_CQ),
55 OPC_ENTRY(CREATE_IO_CQ),
56 OPC_ENTRY(IDENTIFY),
57 OPC_ENTRY(ABORT),
58 OPC_ENTRY(SET_FEATURES),
59 OPC_ENTRY(GET_FEATURE
[all...]

Completed in 121 milliseconds