Searched defs:siop_common_cmd (Results 1 – 1 of 1) sorted by relevance
76 struct siop_common_cmd { struct77 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 …]