Searched defs:aac_cmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h143 struct aac_cmd *q_head; /* also as the header of aac_cmd */
144 struct aac_cmd *q_tail;
222 struct aac_cmd *acp; /* command using this slot */
240 /* aac_cmd flags */
257 typedef void (*aac_cmd_fib_t)(struct aac_softstate *, struct aac_cmd *);
259 struct aac_cmd { struct
264 struct aac_cmd *next;
265 struct aac_cmd *prev;
291 void (*ac_comp)(struct aac_softstate *, struct aac_cmd *);
[all...]

Completed in 47 milliseconds