Searched refs:smt_tid (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/net/fddi/skfp/ |
D | ess.c | 154 DB_ESSN(2,"ver %x tran %lx\n",sm->smt_version,sm->smt_tid) ; in ess_raf_received_pack() 191 smc->ess.alloc_trans_id = sm->smt_tid ; in ess_raf_received_pack() 192 DB_ESS("ESS: save Alloc Req Trans ID %lx\n",sm->smt_tid,0); in ess_raf_received_pack() 242 (sm->smt_tid != smc->ess.alloc_trans_id)) { in ess_raf_received_pack() 496 chg->smt.smt_tid = sm->smt_tid ; in ess_send_response() 587 req->smt.smt_tid = smc->ess.alloc_trans_id = smt_get_tid(smc) ; in ess_send_alc_req()
|
D | smt.c | 181 smc->sm.smt_tid = 0 ; in smt_agent_init() 623 sm->smt_tid, in smt_received_pack() 641 if (sm->smt_tid == smc->sm.pend[SMT_TID_NIF]) { in smt_received_pack() 672 else if (sm->smt_tid == in smt_received_pack() 678 smc->sm.pend[SMT_TID_NIF],sm->smt_tid) ; in smt_received_pack() 691 smt_send_sif_config(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack() 698 smt_send_sif_operation(smc,&sm->smt_source,sm->smt_tid,local) ; in smt_received_pack() 710 if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF]) { in smt_received_pack() 713 else if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF_UNA]) { in smt_received_pack() 716 else if (sm->smt_tid == smc->sm.pend[SMT_TID_ECF_DNA]) { in smt_received_pack() [all …]
|
D | pmf.c | 338 smt->smt_tid = req->smt_tid ; /* same TID */ in smt_build_pmf_response() 1588 printf("TID %lx\t\tSID ",sm->smt_tid) ; in dump_smt()
|
/linux-3.4.99/drivers/net/fddi/skfp/h/ |
D | smc.h | 340 u_long smt_tid ; /* transaction id */ member
|
D | smt.h | 56 u_int smt_tid ; /* transaction ID */ member
|