Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/amd/
H A Damd.h196 struct amd_softc { struct
197 device_t dev;
198 bus_space_tag_t tag;
199 bus_space_handle_t bsh;
200 bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */
201 int unit;
203 int last_phase;
204 int cur_target;
205 int cur_lun;
206 struct amd_srb *active_srb;
[all …]