Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c400 hermon_set_state(state, HCA_PIO_FM | HCA_EREPORT_FM); in hermon_fm_init()
682 hermon_clr_state(state, HCA_PIO_FM); in hermon_fm_ereport_init()
857 ASSERT((hermon_get_state(state) & HCA_PIO_FM && in hermon_pci_config_setup()
859 (!(hermon_get_state(state) & HCA_PIO_FM) && in hermon_pci_config_setup()
927 if (!(hermon_get_state(state) & HCA_PIO_FM)) in hermon_init_failure()
1080 if (hermon_get_state(state) & HCA_PIO_FM) { in hermon_fm_ereport()
1281 return (state->hs_fm_disable || hermon_get_state(state) & HCA_PIO_FM ? in hermon_get_cmdhdl()
1308 return (state->hs_fm_disable || hermon_get_state(state) & HCA_PIO_FM ? in hermon_get_uarhdl()
1740 hermon_get_state(state) & HCA_PIO_FM)) { in hermon_trigger_pio_error()
H A Dhermon.c603 if ((hermon_get_state(state) & HCA_PIO_FM) && in hermon_attach()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h178 #define HCA_PIO_FM 0x0001 /* PIO is fma-protected */ macro
242 if (st->hs_fm_state & HCA_PIO_FM) { \