Searched defs:_vbus_ext (Results 1 – 3 of 3) sorted by relevance
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 mtx lock; /* general purpose lock */171 bus_dma_tag_t io_dmat; /* I/O buffer DMA tag */173 POS_CMDEXT cmdext_list;[all …]
163 typedef struct _vbus_ext { struct165 struct _vbus_ext *next; argument166 PHBA hba_list;167 struct freelist *freelist_head;168 struct freelist *freelist_dma_head;170 struct cam_sim *sim; /* sim for this vbus */171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */172 struct mtx lock; /* general purpose lock */173 bus_dma_tag_t io_dmat; /* I/O buffer DMA tag */175 POS_CMDEXT cmdext_list;[all …]
164 typedef struct _vbus_ext { struct166 struct _vbus_ext *next; argument167 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;[all …]