Searched refs:schpc_transid (Results 1 – 2 of 2) sorted by relevance
120 uint16_t schpc_transid; /* Current transaction ID */ member
452 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()