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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h130 AAC_CMDQ_NUM enumerator in enum:aac_cmdq
138 #define AAC_IOCMD_OUTSTANDING (1 << AAC_CMDQ_NUM)
187 int ncmds[AAC_CMDQ_NUM]; /* outstanding cmds of the device */
188 int throttle[AAC_CMDQ_NUM]; /* hold IO cmds for the device */
440 struct aac_cmd_queue q_wait[AAC_CMDQ_NUM];
454 int bus_ncmds[AAC_CMDQ_NUM]; /* total outstanding async cmds */
455 int bus_throttle[AAC_CMDQ_NUM]; /* hold IO cmds for the bus */

Completed in 48 milliseconds