Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dsiopvar_common.h51 struct siop_common_xfer { struct
52 u_int8_t msg_out[16]; /* 0 */
53 u_int8_t msg_in[16]; /* 16 */
54 u_int32_t status; /* 32 */
55 u_int32_t pad1; /* 36 */
56 u_int32_t id; /* 40 */
57 struct scsi_generic xscmd; /* 44 */
81 struct siop_common_xfer *siop_tables; /* tables for this cmd */ argument