Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsiopvar_common.h76 struct siop_common_cmd { struct
77 struct siop_common_softc *siop_sc; /* points back to our adapter */
78 struct siop_common_target *siop_target; /* pointer to our target def */
79 struct scsipi_xfer *xs; /* xfer from the upper level */
80 struct siop_common_xfer *siop_tables; /* tables for this cmd */
81 bus_addr_t dsa; /* DSA value to load */
82 bus_dmamap_t dmamap_cmd;
83 bus_dmamap_t dmamap_data;
84 int status;
85 int flags;
[all …]