Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/net/include/
H A Drndis_host.h33 #define RNDIS_MSG_COMPLETION 0x80000000 macro
36 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
39 #define RNDIS_MSG_QUERY_C (RNDIS_MSG_QUERY|RNDIS_MSG_COMPLETION)
41 #define RNDIS_MSG_SET_C (RNDIS_MSG_SET|RNDIS_MSG_COMPLETION)
43 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
46 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/ohos5.0/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c214 uint32_t rsp = CPU_TO_LE32(buf->msgType) | RNDIS_MSG_COMPLETION; in UsbnetHostHandleMsg()