Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c472 hxge_fm_ereport_attr_t *fm_ereport_attr; in hxge_fm_report_error() local
474 fm_ereport_attr = hxge_fm_get_ereport_attr(fm_ereport_id); in hxge_fm_report_error()
476 if (fm_ereport_attr != NULL && in hxge_fm_report_error()
478 hxge_fm_ereport(hxgep, err_chan, fm_ereport_attr); in hxge_fm_report_error()
479 ddi_fm_service_impact(hxgep->dip, fm_ereport_attr->impact); in hxge_fm_report_error()
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c889 nxge_fm_ereport_attr_t *fm_ereport_attr; in nxge_fm_report_error() local
891 fm_ereport_attr = nxge_fm_get_ereport_attr(fm_ereport_id); in nxge_fm_report_error()
892 if (fm_ereport_attr != NULL && in nxge_fm_report_error()
894 nxge_fm_ereport(nxgep, err_portn, err_chan, fm_ereport_attr); in nxge_fm_report_error()
895 ddi_fm_service_impact(nxgep->dip, fm_ereport_attr->impact); in nxge_fm_report_error()