Searched refs:RNDIS_MSG_RESET (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/usb/
H A Drndis_host.h146 __le32 msg_type; /* RNDIS_MSG_RESET */
/linux-4.4.14/include/linux/
H A Drndis.h29 #define RNDIS_MSG_RESET 0x00000006 macro
30 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION)
/linux-4.4.14/drivers/usb/gadget/function/
H A Drndis.c831 case RNDIS_MSG_RESET: rndis_msg_parser()
832 pr_debug("%s: RNDIS_MSG_RESET\n", rndis_msg_parser()
/linux-4.4.14/drivers/net/usb/
H A Drndis_host.c121 if (likely(msg_type != RNDIS_MSG_HALT && msg_type != RNDIS_MSG_RESET)) { rndis_command()
/linux-4.4.14/drivers/net/wireless/
H A Drndis_wlan.c859 reset->msg_type = cpu_to_le32(RNDIS_MSG_RESET); rndis_reset()

Completed in 203 milliseconds