Searched refs:smt_tid (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/fddi/skfp/ |
D | ess.c | 149 DB_ESSN(2, "ver %x tran %x", sm->smt_version, sm->smt_tid); in ess_raf_received_pack() 186 smc->ess.alloc_trans_id = sm->smt_tid ; in ess_raf_received_pack() 187 DB_ESS("ESS: save Alloc Req Trans ID %x", sm->smt_tid); in ess_raf_received_pack() 237 (sm->smt_tid != smc->ess.alloc_trans_id)) { in ess_raf_received_pack() 493 chg->smt.smt_tid = sm->smt_tid ; in ess_send_response() 584 req->smt.smt_tid = smc->ess.alloc_trans_id = smt_get_tid(smc) ; in ess_send_alc_req()
|
D | smt.c | 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() [all …]
|
D | pmf.c | 330 smt->smt_tid = req->smt_tid ; /* same TID */ in smt_build_pmf_response() 1580 printf("TID %x\t\tSID ", sm->smt_tid); in dump_smt()
|
/linux-6.6.21/drivers/net/fddi/skfp/h/ |
D | smc.h | 336 u_long smt_tid ; /* transaction id */ member
|
D | smt.h | 52 u_int smt_tid ; /* transaction ID */ member
|