Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c479 uint32_t attentionConditions[2]; in lpfc_config_msi() local
504 attentionConditions[0] = (HA_R0ATT | HA_R1ATT | HA_R2ATT | HA_ERATT | in lpfc_config_msi()
506 attentionConditions[1] = 0; in lpfc_config_msi()
508 mb->un.varCfgMSI.attentionConditions[0] = attentionConditions[0]; in lpfc_config_msi()
509 mb->un.varCfgMSI.attentionConditions[1] = attentionConditions[1]; in lpfc_config_msi()
526 mb->un.varCfgMSI.autoClearHA[0] = attentionConditions[0]; in lpfc_config_msi()
527 mb->un.varCfgMSI.autoClearHA[1] = attentionConditions[1]; in lpfc_config_msi()
H A Dlpfc_hw.h3552 uint32_t attentionConditions[2]; member