Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daacvar.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
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h165 struct aac_command struct
169 struct aac_softc *cm_sc; /* controller that owns us */
171 struct aac_fib *cm_fib; /* FIB associated with this
173 u_int64_t cm_fibphys; /* bus address of the FIB */
174 struct bio *cm_data; /* pointer to data in kernel
199 void (* cm_complete)(struct aac_command *cm); argument
211 struct aac_command *aac_commands; argument