Searched defs:isp_fc (Results 1 – 1 of 1) sorted by relevance
202 struct isp_fc { struct203 struct cam_sim *sim;204 struct cam_path *path;205 struct ispsoftc *isp;206 struct proc *kproc;207 bus_dmamap_t scmap;208 uint64_t def_wwpn;209 uint64_t def_wwnn;210 time_t loop_down_time;211 int loop_down_limit;[all …]