Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drndis.h30 #define RNDIS_MSG_RESET 0x00000006 macro
31 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
/linux/drivers/net/usb/
H A Drndis_host.c109 if (likely(msg_type != RNDIS_MSG_HALT && msg_type != RNDIS_MSG_RESET)) { in rndis_command()
/linux/drivers/usb/gadget/function/
H A Drndis.c836 case RNDIS_MSG_RESET: in rndis_msg_parser()