Lines Matching defs:tid
61 int fc, u_long tid, int type, int local);
63 u_long tid, int type, int len);
66 u_long tid, int local);
68 u_long tid, int local);
376 * note: same tid must be used until reply is received
925 int fc, u_long tid, int type, int local)
928 /* u_long tid; transaction id */
944 nif->smt.smt_tid = tid ; /* transaction ID */
977 u_long tid ;
980 tid = smt_get_tid(smc) ;
984 FC_SMT_INFO,tid, SMT_REQUEST, (SMT_TEST_ECHO_LEN & ~3)-8) ;
991 u_long tid, int type, int len)
994 /* u_long tid; transaction id */
1005 smt_fill_echo(smc,&ecf->ec_echo,tid,len) ; /* set ECHO */
1007 ecf->smt.smt_tid = tid ; /* transaction ID */
1017 u_long tid, int local)
1019 /* u_long tid; transaction id */
1039 sif->smt.smt_tid = tid ; /* transaction ID */
1050 u_long tid, int local)
1052 /* u_long tid; transaction id */
1089 sif->smt.smt_tid = tid ; /* transaction ID */
1554 u_long tid ;
1555 while ((tid = ++(smc->sm.smt_tid) ^ SMT_TID_MAGIC) == 0)
1557 return tid & 0x3fffffffL;