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