Lines Matching defs:isp_fc
204 struct isp_fc { struct
205 struct cam_sim *sim;
206 struct cam_path *path;
207 struct ispsoftc *isp;
208 struct proc *kproc;
209 bus_dmamap_t scmap;
210 uint64_t def_wwpn;
211 uint64_t def_wwnn;
212 time_t loop_down_time;
213 int loop_down_limit;
214 int gone_device_time;
218 struct isp_nexus *nexus_hash[NEXUS_HASH_WIDTH];
219 struct isp_nexus *nexus_free_list;
221 simqfrozen : 3,
222 default_id : 8,
223 def_role : 2, /* default role */
224 loop_seen_once : 1,
225 fcbsy : 1,
226 ready : 1;
227 struct callout gdt; /* gone device timer */
228 struct task gtask;
230 struct tslist lun_hash[LUN_HASH_SIZE];
231 struct isp_ccbq waitq; /* waiting CCBs */
232 struct ntpdlist ntfree;
233 inot_private_data_t ntpool[ATPDPSIZE];
234 struct atpdlist atfree;
235 struct atpdlist atused[ATPDPHASHSIZE];
236 atio_private_data_t atpool[ATPDPSIZE];
238 unsigned int inject_lost_data_frame;
241 int num_threads;