Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2136 status = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_sli3_hba_reset()
2191 hba->sli.sli3.hc_copy = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_sli3_hba_reset()
4409 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4418 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4430 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4593 status = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_handle_ff_error()
4607 READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_handle_ff_error()
5643 ha_copy = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_sli3_hba_kill()
6729 ha_copy = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_check_attention()
H A Demlxs_dfc.c7504 value = READ_CSR_REG(hba, (hba->sli.sli3.csr_addr + offset)); in emlxs_dfc_read_ctlreg()
7916 wptr[0] = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_dump_region()
7917 wptr[1] = READ_CSR_REG(hba, FC_CA_REG(hba)); in emlxs_get_dump_region()
7918 wptr[2] = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_get_dump_region()
7919 wptr[3] = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_get_dump_region()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1227 #define READ_CSR_REG(_hba, _regp) ddi_get32(\ macro