Home
last modified time | relevance | path

Searched refs:pAsySdoSeqCon (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/epl/
DEplSdoAsySequ.c387 tEplAsySdoSeqCon *pAsySdoSeqCon; in EplSdoAsySeqDelInstance() local
393 pAsySdoSeqCon = &AsySdoSequInstance_g.m_AsySdoConnection[0]; in EplSdoAsySeqDelInstance()
395 if (pAsySdoSeqCon->m_ConHandle != 0) { in EplSdoAsySeqDelInstance()
396 EplTimeruDeleteTimer(&pAsySdoSeqCon->m_EplTimerHdl); in EplSdoAsySeqDelInstance()
399 pAsySdoSeqCon++; in EplSdoAsySeqDelInstance()
450 tEplAsySdoSeqCon *pAsySdoSeqCon; in EplSdoAsySeqInitCon() local
500 pAsySdoSeqCon = &AsySdoSequInstance_g.m_AsySdoConnection[0]; in EplSdoAsySeqInitCon()
503 if (pAsySdoSeqCon->m_ConHandle == ConHandle) { // existing connection found in EplSdoAsySeqInitCon()
506 if (pAsySdoSeqCon->m_ConHandle == 0) { in EplSdoAsySeqInitCon()
510 pAsySdoSeqCon++; in EplSdoAsySeqInitCon()
[all …]