Home
last modified time | relevance | path

Searched refs:aif_command (Results 1 – 1 of 1) sorted by relevance

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