Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplDllk.c236 static tEplDllkInstance EplDllkInstance_g; variable
316 EPL_MEMSET(&EplDllkInstance_g, 0, sizeof(EplDllkInstance_g)); in EplDllkAddInstance()
330 EplDllkInstance_g.m_pTxBuffer = aEplDllkTxBuffer_l; in EplDllkAddInstance()
331 EplDllkInstance_g.m_uiMaxTxFrames = in EplDllkAddInstance()
335 EplDllkInstance_g.m_DllState = kEplDllGsInit; in EplDllkAddInstance()
339 for (uiIndex = 0; uiIndex < tabentries(EplDllkInstance_g.m_aNodeInfo); in EplDllkAddInstance()
341 EplDllkInstance_g.m_aNodeInfo[uiIndex].m_uiNodeId = uiIndex + 1; in EplDllkAddInstance()
342 EplDllkInstance_g.m_aNodeInfo[uiIndex].m_wPresPayloadLimit = in EplDllkAddInstance()
357 EPL_MEMCPY(EplDllkInstance_g.m_be_abSrcMac, EdrvInitParam.m_abMyMacAddr, in EplDllkAddInstance()
362 for (uiIndex = 0; uiIndex < EplDllkInstance_g.m_uiMaxTxFrames; in EplDllkAddInstance()
[all …]