Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Drndis_host.h52 #define RNDIS_MSG_COMPLETION cpu_to_le32(0x80000000) macro
60 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
63 #define RNDIS_MSG_QUERY_C (RNDIS_MSG_QUERY|RNDIS_MSG_COMPLETION)
65 #define RNDIS_MSG_SET_C (RNDIS_MSG_SET|RNDIS_MSG_COMPLETION)
67 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
70 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/linux-2.6.39/drivers/net/usb/
Drndis_host.c143 rsp = buf->msg_type | RNDIS_MSG_COMPLETION; in rndis_command()