Home
last modified time | relevance | path

Searched defs:_vbus_ext (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/raid/hpt27xx/
H A Dos_bsd.h159 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;
[all …]
/dflybsd-src/sys/dev/raid/hptrr/
H A Dos_bsd.h161 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 lock lock; /* general purpose lock */
171 bus_dma_tag_t io_dmat; /* I/O buffer DMA tag */
173 POS_CMDEXT cmdext_list;
[all …]