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

/drivers/scsi/aacraid/
H A Dcommsup.c1557 struct aac_aifcmd * aif; local
1565 aif = (struct aac_aifcmd *)hw_fib->data;
1566 aif->command = cpu_to_le32(AifCmdEventNotify);
1567 aif->seqnum = cpu_to_le32(0xFFFFFFFF);
1568 ((__le32 *)aif->data)[0] = cpu_to_le32(AifEnExpEvent);
1569 ((__le32 *)aif->data)[1] = cpu_to_le32(AifExeFirmwarePanic);
1570 ((__le32 *)aif->data)[2] = cpu_to_le32(AifHighPriority);
1571 ((__le32 *)aif->data)[3] = cpu_to_le32(BlinkLED);

Completed in 213 milliseconds