Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Drndis.h21 #define RNDIS_MSG_COMPLETION 0x80000000 macro
24 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
27 #define RNDIS_MSG_QUERY_C (RNDIS_MSG_QUERY|RNDIS_MSG_COMPLETION)
29 #define RNDIS_MSG_SET_C (RNDIS_MSG_SET|RNDIS_MSG_COMPLETION)
31 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
34 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION)
/linux-5.19.10/drivers/net/usb/
Drndis_host.c140 rsp = le32_to_cpu(buf->msg_type) | RNDIS_MSG_COMPLETION; in rndis_command()