Lines Matching defs:_vbus_ext
164 typedef struct _vbus_ext { struct
166 struct _vbus_ext *next; argument
167 PHBA hba_list;
168 struct freelist *freelist_head;
169 struct freelist *freelist_dma_head;
171 struct cam_sim *sim; /* sim for this vbus */
172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
173 struct mtx lock; /* general purpose lock */
174 bus_dma_tag_t io_dmat; /* I/O buffer DMA tag */
176 POS_CMDEXT cmdext_list;
178 OSM_TASK *tasks;
179 struct task worker;
181 struct callout timer;
183 eventhandler_tag shutdown_eh;
186 unsigned long vbus[0] __attribute__((aligned(sizeof(unsigned long))));