Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_var.h28 struct nvmft_port { struct
30 u_int refs;
31 struct ctl_port port;
32 struct nvme_controller_data cdata;
33 struct nvme_firmware_page fp;
34 uint64_t cap;
35 uint32_t max_io_qsize;
36 bool online;
38 struct sx lock;
63 struct nvmft_port *np; argument