Searched defs:isp_fc (Results 1 – 1 of 1) sorted by relevance
204 struct isp_fc { struct205 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;[all …]