Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1603 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()
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()
1903 hba->sli.sli3.hc_copy &= ~HC_LAINT_ENA; in emlxs_clear_la_mbcmpl()
1905 hba->sli.sli3.hc_copy); in emlxs_clear_la_mbcmpl()
1920 if (!(hba->sli.sli3.hc_copy & HC_LAINT_ENA)) { in emlxs_clear_la_mbcmpl()
[all …]
H A Demlxs_sli3.c237 hba->sli.sli3.hc_copy = 0; in emlxs_sli3_online()
2118 hba->sli.sli3.hc_copy = HC_INITFF; in emlxs_sli3_hba_reset()
4246 uint32_t hc_copy; in emlxs_sli3_msi_intr() local
4317 hc_copy = hba->sli.sli3.hc_copy & ~hba->intr_mask; in emlxs_sli3_msi_intr()
4400 uint32_t mask = hba->sli.sli3.hc_copy; in emlxs_get_attention()
5493 hba->sli.sli3.hc_copy = 0; in emlxs_sli3_hba_kill()
5693 hba->sli.sli3.hc_copy = 0; in emlxs_sli3_hba_kill4quiesce()
6079 hba->sli.sli3.hc_copy, ha_copy); in emlxs_sli3_timer_check_mbox()
6673 hba->sli.sli3.hc_copy = status; in emlxs_sli3_enable_intr()
6692 hba->sli.sli3.hc_copy |= HC_LAINT_ENA; in emlxs_enable_latt()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1568 uint32_t hc_copy; /* local copy of HC register */ member