Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_mbox.c353 mb->un.varCfgMSI.attentionConditions[0] = attentionConditions[0]; in lpfc_config_msi()
354 mb->un.varCfgMSI.attentionConditions[1] = attentionConditions[1]; in lpfc_config_msi()
361 mb->un.varCfgMSI.messageNumberByHA[HA_R0_POS] = 1; in lpfc_config_msi()
363 mb->un.varCfgMSI.messageNumberByHA[HA_R1_POS] = 1; in lpfc_config_msi()
366 mb->un.varCfgMSI.messageNumberByHA[HA_R0_POS^3] = 1; in lpfc_config_msi()
368 mb->un.varCfgMSI.messageNumberByHA[HA_R1_POS^3] = 1; in lpfc_config_msi()
371 mb->un.varCfgMSI.autoClearHA[0] = attentionConditions[0]; in lpfc_config_msi()
372 mb->un.varCfgMSI.autoClearHA[1] = attentionConditions[1]; in lpfc_config_msi()
375 mb->un.varCfgMSI.autoClearHA[0] = 0; in lpfc_config_msi()
376 mb->un.varCfgMSI.autoClearHA[1] = 0; in lpfc_config_msi()
Dlpfc_hw.h2931 struct config_msi_var varCfgMSI;/* cmd = x30 (CONFIG_MSI) */ member