Searched defs:sbp_softc (Results 1 – 1 of 1) sorted by relevance
207 struct sbp_softc { struct208 struct firewire_dev_comm fd;209 struct cam_sim *sim;210 struct cam_path *path;211 struct sbp_target targets[SBP_NUM_TARGETS];212 struct fw_bind fwb;213 bus_dma_tag_t dmat;214 struct timeval last_busreset;216 int flags;217 struct mtx mtx;