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.c104 struct nda_softc { struct
105 struct cam_iosched_softc *cam_iosched;
106 int outstanding_cmds; /* Number of active commands */
107 int refcount; /* Active xpt_action() calls */
108 nda_state state;
109 nda_flags flags;
110 nda_quirks quirks;
111 int unmappedio;
112 quad_t deletes;
113 uint32_t nsid; /* Namespace ID for this nda device */
[all …]