Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplSdoComu.c1047 if ((pAsySdoCom_p->m_le_bFlags & 0x80) == 0) { // SDO request in EplSdoComProcessIntern()
1048 if ((pAsySdoCom_p->m_le_bFlags & 0x40) == 0) { // no SDO abort in EplSdoComProcessIntern()
1227 m_le_bFlags); in EplSdoComProcessIntern()
1292 if ((pAsySdoCom_p->m_le_bFlags & 0x30) == 0x30) { // transfer ready in EplSdoComProcessIntern()
1562 m_le_bFlags); in EplSdoComProcessIntern()
1761 m_le_bFlags); in EplSdoComProcessIntern()
2133 AmiSetByteToLe(&pCommandFrame->m_le_bFlags, 0x80); in EplSdoComServerSendFrameIntern()
2146 bFlag = AmiGetByteFromLe(&pCommandFrame->m_le_bFlags); in EplSdoComServerSendFrameIntern()
2148 AmiSetByteToLe(&pCommandFrame->m_le_bFlags, bFlag); in EplSdoComServerSendFrameIntern()
2191 m_le_bFlags); in EplSdoComServerSendFrameIntern()
[all …]
DEplFrame.h252 BYTE m_le_bFlags; member