Home
last modified time | relevance | path

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

/freebsd/sys/cam/nvme/
H A Dnvme_da.c105 struct nda_softc { struct
106 struct cam_iosched_softc *cam_iosched;
107 int outstanding_cmds; /* Number of active commands */
108 int refcount; /* Active xpt_action() calls */
109 nda_state state;
110 nda_flags flags;
111 nda_quirks quirks;
112 int unmappedio;
113 quad_t deletes;
114 uint32_t nsid; /* Namespace ID for this nda device */
[all …]