Home
last modified time | relevance | path

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

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