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