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