Home
last modified time | relevance | path

Searched defs:nvme_qpair (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme_private.h150 struct nvme_qpair { struct
151 struct nvme_controller *ctrlr;
152 uint32_t id;
153 int domain;
154 int cpu;
156 uint16_t vector;
157 int rid;
158 struct resource *res;
159 void *tag;
161 struct callout timer; /* recovery lock */
[all …]