Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h200 struct sf_target { struct
201 struct sf_pkt *sft_pkt_head; /* queue of active commands */
202 struct sf_pkt *sft_pkt_tail;
203 kmutex_t sft_mutex;
204 kcondvar_t sft_cv;
205 kmutex_t sft_pkt_mutex;
229 struct sf_target *sft_next; argument
230 struct sf_target *sft_next_lun; argument
231 struct sf_hp_event sft_insert_ev;
232 struct sf_hp_event sft_remove_ev;
[all …]