Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Diha.h55 struct iha_scb { struct
58 bus_dmamap_t SCB_DataDma; /* maps xfer buffer */
59 bus_dmamap_t SCB_SGDma; /* maps scatter-gather list */
61 int SCB_Status; /* Current status of the SCB */
66 u_int8_t SCB_NxtStat; /* Next state function to apply */
67 int SCB_Flags; /* SCB Flags (xs->flags + private)*/
71 u_int8_t SCB_Target; /* Target Id */
72 u_int8_t SCB_Lun; /* Lun */
73 u_int32_t SCB_BufChars; /* size of data buf */
74 u_int32_t SCB_BufCharsLeft; /* Chars left to xfer to/from buf */
[all …]