Searched defs:hc_copy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c236 hba->sli.sli3.hc_copy = 0;
2113 hba->sli.sli3.hc_copy = HC_INITFF;
2114 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy);
2185 /* Initialize hc_copy */
2186 hba->sli.sli3.hc_copy = READ_CSR_REG(hba, FC_HC_REG(hba));
3202 if (hba->sli.sli3.hc_copy & HC_MBINT_ENA) {
4241 uint32_t hc_copy; local
4312 hc_copy = hba->sli.sli3.hc_copy & ~hba->intr_mask;
4313 WRITE_CSR_REG(hba, FC_HC_REG(hba), hc_copy);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1557 uint32_t hc_copy; /* local copy of HC register */ member in struct:emlxs_sli3

Completed in 80 milliseconds