Searched defs:da_softc (Results 1 – 1 of 1) sorted by relevance
336 struct da_softc { struct337 struct cam_iosched_softc *cam_iosched;338 struct bio_queue_head delete_run_queue;340 int refcount; /* Active xpt_action() calls */341 da_state state;342 da_flags flags;343 da_quirks quirks;344 int minimum_cmd_size;345 int mode_page;346 int error_inject;[all …]