Home
last modified time | relevance | path

Searched refs:hc_copy (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1535 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_read_la_mbcmpl()
1536 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_read_la_mbcmpl()
1538 hba->sli.sli3.hc_copy); in emlxs_read_la_mbcmpl()
1734 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_read_la_mbcmpl()
1735 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_read_la_mbcmpl()
1736 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_read_la_mbcmpl()
1821 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_clear_la_mbcmpl()
1823 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_clear_la_mbcmpl()
1825 hba->sli.sli3.hc_copy); in emlxs_clear_la_mbcmpl()
1833 if (hba->sli.sli3.hc_copy & HC_LAINT_ENA) { in emlxs_clear_la_mbcmpl()
[all …]
H A Demlxs_sli3.c236 hba->sli.sli3.hc_copy = 0; in emlxs_sli3_online()
2113 hba->sli.sli3.hc_copy = HC_INITFF; in emlxs_sli3_hba_reset()
2114 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_hba_reset()
2186 hba->sli.sli3.hc_copy = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_sli3_hba_reset()
3202 if (hba->sli.sli3.hc_copy & HC_MBINT_ENA) { in emlxs_sli3_issue_mbox_cmd()
4241 uint32_t hc_copy; in emlxs_sli3_msi_intr() local
4312 hc_copy = hba->sli.sli3.hc_copy & ~hba->intr_mask; in emlxs_sli3_msi_intr()
4313 WRITE_CSR_REG(hba, FC_HC_REG(hba), hc_copy); in emlxs_sli3_msi_intr()
4328 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_msi_intr()
4395 uint32_t mask = hba->sli.sli3.hc_copy; in emlxs_get_attention()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1557 uint32_t hc_copy; /* local copy of HC register */ member