Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommsup.c1611 struct aac_aifcmd * aif; in aac_check_health() local
1619 aif = (struct aac_aifcmd *)hw_fib->data; in aac_check_health()
1620 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()
1621 aif->seqnum = cpu_to_le32(0xFFFFFFFF); in aac_check_health()
1622 ((__le32 *)aif->data)[0] = cpu_to_le32(AifEnExpEvent); in aac_check_health()
1623 ((__le32 *)aif->data)[1] = cpu_to_le32(AifExeFirmwarePanic); in aac_check_health()
1624 ((__le32 *)aif->data)[2] = cpu_to_le32(AifHighPriority); in aac_check_health()
1625 ((__le32 *)aif->data)[3] = cpu_to_le32(BlinkLED); in aac_check_health()