Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c39 const char *tgt_class; /* Target Ereport Class */ member
128 if (entry->tgt_class && !epktp->rc_descr.STOP) { in fab_xlate_epkt()
138 fab_send_tgt_erpt(hdl, data, entry->tgt_class, in fab_xlate_epkt()
H A Dfx_fabric.c385 if (tbl->tgt_class) in fab_prep_pcie_ue_erpt()
386 fab_send_tgt_erpt(hdl, data, tbl->tgt_class, B_TRUE); in fab_prep_pcie_ue_erpt()
422 if (tbl->tgt_class) in fab_prep_pcie_sue_erpt()
423 fab_send_tgt_erpt(hdl, data, tbl->tgt_class, B_FALSE); in fab_prep_pcie_sue_erpt()
H A Dfabric-xlate.h135 const char *tgt_class; /* Target Ereport Class */ member