Home
last modified time | relevance | path

Searched defs:cfiscsi_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_frontend_iscsi.h112 struct cfiscsi_softc { struct
113 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;
H A Dctl_frontend_iscsi.c187 static struct cfiscsi_softc cfiscsi_softc; variable