Searched defs:ada_softc (Results 1 – 1 of 1) sorted by relevance
130 struct ada_softc { struct131 struct bio_queue_head bio_queue;132 struct bio_queue_head trim_queue;133 int outstanding_cmds; /* Number of active commands */134 int refcount; /* Active xpt_action() calls */135 ada_state state;136 ada_flags flags;137 ada_quirks quirks;138 int sort_io_queue;139 int trim_max_ranges;[all …]