Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Dcommsup.c1437 struct aac_aifcmd * aif; in aac_check_health() local
1445 aif = (struct aac_aifcmd *)hw_fib->data; in aac_check_health()
1446 aif->command = cpu_to_le32(AifCmdEventNotify); in aac_check_health()
1447 aif->seqnum = cpu_to_le32(0xFFFFFFFF); in aac_check_health()
1448 ((__le32 *)aif->data)[0] = cpu_to_le32(AifEnExpEvent); in aac_check_health()
1449 ((__le32 *)aif->data)[1] = cpu_to_le32(AifExeFirmwarePanic); in aac_check_health()
1450 ((__le32 *)aif->data)[2] = cpu_to_le32(AifHighPriority); in aac_check_health()
1451 ((__le32 *)aif->data)[3] = cpu_to_le32(BlinkLED); in aac_check_health()
/drivers/s390/cio/
Dchsc.h44 u32 aif : 1; /* bit 41 */ member