Lines Matching refs:smt_tid
172 smc->sm.smt_tid = 0 ; in smt_agent_init()
615 sm->smt_tid, in smt_received_pack()
633 if (sm->smt_tid == smc->sm.pend[SMT_TID_NIF]) { in smt_received_pack()
664 else if (sm->smt_tid == in smt_received_pack()
670 smc->sm.pend[SMT_TID_NIF], sm->smt_tid); in smt_received_pack()
683 smt_send_sif_config(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack()
690 smt_send_sif_operation(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack()
702 if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF]) { in smt_received_pack()
705 else if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF_UNA]) { in smt_received_pack()
708 else if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF_DNA]) { in smt_received_pack()
714 sm->smt_tid); in smt_received_pack()
876 rdf->smt.smt_tid = sm->smt_tid ; /* use TID from sm */ in smt_send_rdf()
944 nif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_nif()
1007 ecf->smt.smt_tid = tid ; /* transaction ID */ in smt_send_ecf()
1039 sif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_sif_config()
1089 sif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_sif_operation()
1127 smt->smt_tid = smt_get_tid(smc) ; /* set transaction ID */ in smt_build_frame()
1555 while ((tid = ++(smc->sm.smt_tid) ^ SMT_TID_MAGIC) == 0) in smt_get_tid()