Home
last modified time | relevance | path

Searched refs:HCA_IBA_ERR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1041 case HCA_IBA_ERR: in hermon_fm_ereport()
1490 hermon_fm_ereport(state, HCA_IBA_ERR, HCA_ERR_FATAL); in hermon_inter_err_chk()
1496 hermon_fm_ereport(state, HCA_IBA_ERR, HCA_ERR_FATAL); in hermon_inter_err_chk()
1742 i_hca_fm_ereport(state->hs_dip, HCA_IBA_ERR, in hermon_trigger_pio_error()
1748 i_hca_fm_ereport(state->hs_dip, HCA_IBA_ERR, in hermon_trigger_pio_error()
1922 if (type == HCA_IBA_ERR) { in i_hca_fm_ereport()
H A Dhermon_cmd.c103 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_post()
154 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_post()
219 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_post()
240 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_check_status()
246 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_check_status()
256 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_check_status()
262 hermon_fm_ereport(state, HCA_IBA_ERR, in hermon_cmd_check_status()
H A Dhermon.c699 hermon_fm_ereport(state, HCA_IBA_ERR, HCA_ERR_DEGRADED); in hermon_attach()
3868 hermon_fm_ereport(state, HCA_IBA_ERR, HCA_ERR_NON_FATAL); in hermon_sw_reset()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h188 #define HCA_IBA_ERR 0x002 /* IB specific HW error */ macro