Lines Matching refs:transceiver
26 * generic transceiver fault type names (notsupp, whitelist, overtemp etc).
32 * after noticing a transceiver error, with an argument of DDI_SERVICE_LOST or
38 fru pcifn/port/transceiver;
41 fru pciexfn/port/transceiver;
44 event fault.io.nic.transceiver.TYPE@pcifn/port/transceiver \
45 FRU=pcifn/port/transceiver, ASRU=pcifn; \
46 event fault.io.nic.transceiver.TYPE@pciexfn/port/transceiver \
47 FRU=pciexfn/port/transceiver, ASRU=pciexfn;
62 prop fault.io.nic.transceiver.TYPE@pcifn/port[pn]/transceiver[tn] (2) -> \
70 (!confprop_defined(pcifn/port[pn]/transceiver[tn], "vendor") || \
71 setpayloadprop("vendor", confprop(pcifn/port[pn]/transceiver[tn], "vendor"))) \
74 prop fault.io.nic.transceiver.TYPE@pciexfn/port[pn]/transceiver[tn] (2) -> \
82 (!confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") || \
83 setpayloadprop("vendor", confprop(pciexfn/port[pn]/transceiver[tn], "vendor"))) \
97 * If transceiver information is available in topo, we will turn it into
105 prop fault.io.nic.transceiver.notsupp@pciexfn/port[pn]/transceiver[tn] (2) ->
110 confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") &&
114 setpayloadprop("vendor", confprop(pciexfn/port[pn]/transceiver[tn], "vendor"))
117 prop fault.io.nic.transceiver.unknown@pciexfn/port[pn]/transceiver[tn] (2) ->
122 !confprop_defined(pciexfn/port[pn]/transceiver[tn], "vendor") &&