Searched defs:sf_target (Results 1 – 1 of 1) sorted by relevance
200 struct sf_target { struct201 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; argument230 struct sf_target *sft_next_lun; argument231 struct sf_hp_event sft_insert_ev;232 struct sf_hp_event sft_remove_ev;[all …]