Searched defs:nda_softc (Results 1 – 1 of 1) sorted by relevance
104 struct nda_softc { struct105 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 …]