Lines Matching defs:siop_common_cmd
76 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;
86 int tag; /* tag used for tagged command queuing */
87 int resid; /* valid when CMDFL_RESID is set */