Searched defs:_vbus_ext (Results 1 – 2 of 2) sorted by relevance
159 typedef struct _vbus_ext { struct161 struct _vbus_ext *next; argument162 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;[all …]
161 typedef struct _vbus_ext { struct163 struct _vbus_ext *next; argument164 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 lock lock; /* general purpose lock */171 bus_dma_tag_t io_dmat; /* I/O buffer DMA tag */173 POS_CMDEXT cmdext_list;[all …]