Home
last modified time | relevance | path

Searched refs:RndisHalt (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c70 struct RndisHalt *halt;
605 memset_s(g_u.halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisBind()
607 g_u.halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisBind()
615 struct RndisHalt *halt = OsalMemAlloc(sizeof(struct RndisHalt)); in HostRndisUnbind()
617 memset_s(halt, sizeof(struct RndisHalt), 0, sizeof(struct RndisHalt)); in HostRndisUnbind()
619 halt->msgLen = CPU_TO_LE32(sizeof(struct RndisHalt)); in HostRndisUnbind()
/drivers/peripheral/usb/net/include/
H A Drndis_rawapi.h107 struct RndisHalt { /* OUT (no reply) */ struct

Completed in 3 milliseconds