Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aac/
HDaacvar.h152 struct aac_command struct
156 struct aac_softc *cm_sc; /* controller that owns us */
158 struct aac_fib *cm_fib; /* FIB associated with this
160 u_int64_t cm_fibphys; /* bus address of the FIB */
161 void *cm_data; /* pointer to data in kernel
163 u_int32_t cm_datalen; /* data length */
187 void (*cm_complete)(struct aac_command *cm); argument
198 struct aac_command *aac_commands; argument
/NextBSD/sys/dev/aacraid/
HDaacraid_var.h188 struct aac_command struct
192 struct aac_softc *cm_sc; /* controller that owns us */
194 struct aac_fib *cm_fib; /* FIB associated with this
196 u_int64_t cm_fibphys; /* bus address of the FIB */
197 struct bio *cm_data; /* pointer to data in kernel
222 void (* cm_complete)(struct aac_command *cm); argument
234 struct aac_command *aac_commands; argument