Home
last modified time | relevance | path

Searched refs:RNDIS_MSG_RESET_C (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Drndis.h31 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION) macro
/linux/drivers/net/usb/
H A Drndis_host.c157 if (unlikely(rsp == RNDIS_MSG_RESET_C)) in rndis_command()
/linux/drivers/usb/gadget/function/
H A Drndis.c694 resp->MessageType = cpu_to_le32(RNDIS_MSG_RESET_C); in rndis_reset_response()