Searched refs:schpc_transid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dschpc.h120 uint16_t schpc_transid; /* Current transaction ID */ member in struct:schpc
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c452 schpc_p->schpc_transid = 0;
3360 if (++schpc_p->schpc_transid == 0)
3361 schpc_p->schpc_transid = 1;
3364 (schpc_p->schpc_slot[slot].board << 16) | schpc_p->schpc_transid;

Completed in 67 milliseconds