Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_trace.h22 TRACE_DEFINE_ENUM(RNDIS_MSG_RESET_C);
38 { RNDIS_MSG_RESET_C, "RESET_C", }, \
Drndis_filter.c309 RNDIS_MSG_RESET_C) { in rndis_filter_receive_response()
/Linux-v5.4/include/linux/
Drndis.h31 #define RNDIS_MSG_RESET_C (RNDIS_MSG_RESET|RNDIS_MSG_COMPLETION) macro
/Linux-v5.4/drivers/net/usb/
Drndis_host.c157 if (unlikely(rsp == RNDIS_MSG_RESET_C)) in rndis_command()
/Linux-v5.4/drivers/usb/gadget/function/
Drndis.c690 resp->MessageType = cpu_to_le32(RNDIS_MSG_RESET_C); in rndis_reset_response()