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