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

/linux-4.4.14/include/linux/
H A Drndis.h20 #define RNDIS_MSG_COMPLETION 0x80000000 macro
23 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
26 #define RNDIS_MSG_QUERY_C (RNDIS_MSG_QUERY|RNDIS_MSG_COMPLETION)
28 #define RNDIS_MSG_SET_C (RNDIS_MSG_SET|RNDIS_MSG_COMPLETION)
30 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
33 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/linux-4.4.14/drivers/net/usb/
H A Drndis_host.c152 rsp = le32_to_cpu(buf->msg_type) | RNDIS_MSG_COMPLETION; rndis_command()

Completed in 85 milliseconds