Searched defs:iscsi_softc (Results 1 – 1 of 1) sorted by relevance
127 struct iscsi_softc { struct128 device_t sc_dev;129 struct sx sc_lock;130 struct cdev *sc_cdev;132 struct cv sc_cv;133 unsigned int sc_last_session_id;134 bool sc_unloading;135 eventhandler_tag sc_shutdown_pre_eh;136 eventhandler_tag sc_shutdown_post_eh;