Lines Matching full:aif
1084 * certain AIF's come in we will set a flag waiting for another in aac_handle_aif()
1085 * type of AIF before setting the re-config flag. in aac_handle_aif()
1125 * see an AifEnConfigChange AIF come through. in aac_handle_aif()
1321 * These are job progress AIF's. When a Clear is being in aac_handle_aif()
1718 /* Fake up an AIF: in aac_check_health()
1772 struct aac_aifcmd * aif; in aac_check_health() local
1780 aif = (struct aac_aifcmd *)hw_fib->data; in aac_check_health()
1781 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()
1782 aif->seqnum = cpu_to_le32(0xFFFFFFFF); in aac_check_health()
1783 ((__le32 *)aif->data)[0] = cpu_to_le32(AifEnExpEvent); in aac_check_health()
1784 ((__le32 *)aif->data)[1] = cpu_to_le32(AifExeFirmwarePanic); in aac_check_health()
1785 ((__le32 *)aif->data)[2] = cpu_to_le32(AifHighPriority); in aac_check_health()
1786 ((__le32 *)aif->data)[3] = cpu_to_le32(BlinkLED); in aac_check_health()
1997 pr_warn(" AIF not cleared by firmware - %d/%d)\n", in aac_handle_sa_aif()
2186 /* Thor AIF */ in aac_process_events()
2276 * There are no more AIF's in aac_process_events()
2439 * We can only have one thread per adapter for AIF's. in aac_command_thread()
2445 * Let the DPC know it has a place to send the AIF's to. in aac_command_thread()