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.h148 struct nvme_qpair { struct
149 struct nvme_controller *ctrlr;
150 uint32_t id;
151 int domain;
152 int cpu;
154 uint16_t vector;
155 int rid;
156 struct resource *res;
157 void *tag;
159 struct callout timer; /* recovery lock */
[all …]