Home
last modified time | relevance | path

Searched refs:hs_cfg_data (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3875 state->hs_cfg_data[i] = pci_config_get32(hdl, i << 2); in hermon_sw_reset()
3911 pci_config_put32(hdl, i << 2, state->hs_cfg_data[i]); in hermon_sw_reset()
3925 pci_config_put32(hdl, 0x04, (state->hs_cfg_data[1] | 0x0006)); in hermon_sw_reset()
4936 state->hs_cfg_data[i] = in hermon_quiesce()
4968 pci_config_put32(pcihdl, i << 2, state->hs_cfg_data[i]); in hermon_quiesce()
5006 pci_config_put32(pcihdl, 0x04, (state->hs_cfg_data[1] | 0x0006)); in hermon_quiesce()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h441 uint32_t hs_cfg_data[HERMON_SW_RESET_NUMREGS]; member