Searched refs:ChppLinuxLinkState (Results 1 – 9 of 9) sorted by relevance
47 struct ChppLinuxLinkState *context = in linkSendThread()48 (struct ChppLinuxLinkState *)(linkContext); in linkSendThread()112 struct ChppLinuxLinkState *context = in init()113 (struct ChppLinuxLinkState *)(linkContext); in init()128 struct ChppLinuxLinkState *context = in deinit()129 (struct ChppLinuxLinkState *)(linkContext); in deinit()144 struct ChppLinuxLinkState *context = in send()145 (struct ChppLinuxLinkState *)(linkContext); in send()171 struct ChppLinuxLinkState *context = in reset()172 (struct ChppLinuxLinkState *)(linkContext); in reset()[all …]
42 ChppLinuxLinkState mClientLinkContext = {};46 ChppLinuxLinkState mServiceLinkContext = {};
38 struct ChppLinuxLinkState *linkContext = in workThread()39 (struct ChppLinuxLinkState *)(transportContext->linkContext); in workThread()
49 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()277 ChppLinuxLinkState mClientLinkContext = {};284 ChppLinuxLinkState mServiceLinkContext = {};
46 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()197 ChppLinuxLinkState mClientLinkContext = {};204 ChppLinuxLinkState mServiceLinkContext = {};
48 static_cast<struct ChppLinuxLinkState *>(state->linkContext); in workThread()428 ChppLinuxLinkState mClientLinkState = {};435 ChppLinuxLinkState mServiceLinkState = {};
305 ChppLinuxLinkState mClientLinkContext = {};311 ChppLinuxLinkState mServiceLinkContext = {};
65 struct ChppLinuxLinkState gChppLinuxLinkContext;74 memset(&gChppLinuxLinkContext, 0, sizeof(struct ChppLinuxLinkState)); in SetUp()
37 struct ChppLinuxLinkState { struct44 struct ChppLinuxLinkState *remoteLinkState; argument