Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c353 state->hs_fm_disable = 1; in hermon_fm_init()
357 if (state->hs_fm_disable) { in hermon_fm_init()
378 state->hs_fm_disable = 1; in hermon_fm_init()
781 if (state->hs_fm_disable) { in hermon_regs_map_setup()
818 if (state->hs_fm_disable) { in hermon_regs_map_free()
853 if (state->hs_fm_disable) { in hermon_pci_config_setup()
893 if (state->hs_fm_disable) { in hermon_pci_config_teardown()
990 if (state->hs_fm_disable || in hermon_fm_ereport()
1138 if (state->hs_fm_disable) { in hermon_devacc_attr_version()
1169 if (state->hs_fm_disable) { in hermon_devacc_attr_access()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h687 int hs_fm_disable; /* Hermon FM disable flag */ member