Searched refs:RndisHalt (Results 1 – 2 of 2) sorted by relevance
55 struct RndisHalt *halt;591 memset_s(g_u.halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisBind()593 g_u.halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisBind()601 struct RndisHalt *halt = OsalMemAlloc(sizeof(struct RndisHalt)); in HostRndisUnbind()603 memset_s(halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisUnbind()605 halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisUnbind()
114 struct RndisHalt { /* OUT (no reply) */ struct