Searched refs:rc_descr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err_gen.c46 if (epkt->rc_descr.STOP == 1)
49 switch (epkt->rc_descr.op) {
51 switch (epkt->rc_descr.phase) {
53 switch (epkt->rc_descr.cond) {
55 switch (epkt->rc_descr.dir) {
64 switch (epkt->rc_descr.cond) {
66 switch (epkt->rc_descr.dir) {
82 switch (epkt->rc_descr.dir) {
92 switch (epkt->rc_descr.dir) {
101 switch (epkt->rc_descr
[all...]
H A Dpx_err.c150 switch (epkt->rc_descr.block) {
156 if (epkt->rc_descr.H) {
311 switch (epkt->rc_descr.block) {
387 switch (epkt->rc_descr.block) {
500 epkt->rc_descr.block, epkt->rc_descr.op,
501 epkt->rc_descr.phase, epkt->rc_descr.cond,
502 epkt->rc_descr.dir, epkt->rc_descr
[all...]
H A Dpx_err.h128 #define EPKT_RC_DESCR "rc_descr"
172 } rc_descr; member in struct:root_complex
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c96 temp = *(uint32_t *)&epktp->rc_descr >> 12;
111 if (epktp->rc_descr.STOP)
113 else if (epktp->rc_descr.C)
128 if (entry->tgt_class && !epktp->rc_descr.STOP) {
129 if (epktp->rc_descr.D) {
132 } else if (epktp->rc_descr.M) {
160 err |= nvlist_lookup_uint32(nvl, "desc", (uint32_t *)&epkt.rc_descr);
173 epkt.rc_descr.S ? 'S' : '-', epkt.rc_descr.M ? 'M' : '-',
174 epkt.rc_descr
[all...]

Completed in 69 milliseconds