Searched defs:cfiscsi_softc (Results 1 – 2 of 2) sorted by relevance
112 struct cfiscsi_softc { struct113 struct mtx lock;114 char port_name[32];115 int online;116 int last_target_id;117 unsigned int last_session_id;120 struct cv sessions_cv;122 struct icl_listen *listener;123 struct cv accept_cv;
187 static struct cfiscsi_softc cfiscsi_softc; variable