Lines Matching defs:isp_fc
148 struct isp_fc { struct
149 struct cam_sim *sim;
150 struct cam_path *path;
151 struct ispsoftc *isp;
152 struct thread *kthread;
153 bus_dma_tag_t tdmat;
154 bus_dmamap_t tdmap;
155 uint64_t def_wwpn;
156 uint64_t def_wwnn;
157 uint32_t loop_down_time;
158 uint32_t loop_down_limit;
159 uint32_t gone_device_time;
163 proc_active : 1,
165 tm_luns_enabled : 1,
166 tm_enable_defer : 1,
167 tm_enabled : 1,
169 simqfrozen : 3,
170 default_id : 8,
171 hysteresis : 8,
172 def_role : 2, /* default role */
173 gdt_running : 1,
174 loop_dead : 1,
175 fcbsy : 1,
176 ready : 1;
177 struct callout ldt; /* loop down timer */
178 struct callout gdt; /* gone device timer */
179 struct task ltask;
180 struct task gtask;
182 struct tslist lun_hash[LUN_HASH_SIZE];
184 struct proc * target_proc;