Searched refs:hc_copy (Results 1 – 3 of 3) sorted by relevance
1602 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_read_la_mbcmpl()1603 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_read_la_mbcmpl()1605 hba->sli.sli3.hc_copy); in emlxs_read_la_mbcmpl()1802 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_read_la_mbcmpl()1803 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_read_la_mbcmpl()1804 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_read_la_mbcmpl()1889 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_clear_la_mbcmpl()1891 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_clear_la_mbcmpl()1893 hba->sli.sli3.hc_copy); in emlxs_clear_la_mbcmpl()1901 if (hba->sli.sli3.hc_copy & HC_LAINT_ENA) { in emlxs_clear_la_mbcmpl()[all …]
237 hba->sli.sli3.hc_copy = 0; in emlxs_sli3_online()2118 hba->sli.sli3.hc_copy = HC_INITFF; in emlxs_sli3_hba_reset()2119 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_hba_reset()2191 hba->sli.sli3.hc_copy = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_sli3_hba_reset()3207 if (hba->sli.sli3.hc_copy & HC_MBINT_ENA) { in emlxs_sli3_issue_mbox_cmd()4246 uint32_t hc_copy; in emlxs_sli3_msi_intr() local4317 hc_copy = hba->sli.sli3.hc_copy & ~hba->intr_mask; in emlxs_sli3_msi_intr()4318 WRITE_CSR_REG(hba, FC_HC_REG(hba), hc_copy); in emlxs_sli3_msi_intr()4333 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_msi_intr()4400 uint32_t mask = hba->sli.sli3.hc_copy; in emlxs_get_attention()[all …]
1568 uint32_t hc_copy; /* local copy of HC register */ member