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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c6569 uint32_t aif_command = LE_32((uint32_t)aifp->command); local
6571 if (aif_command == AifCmdDriverNotify ||
6572 aif_command == AifCmdEventNotify ||
6573 aif_command == AifCmdJobProgress)
8441 int aif_command; local
8446 aif_command = LE_32(aif->command);
8450 switch (aif_command) {
8496 aif_command, aif_seqnumber);

Completed in 99 milliseconds