Home
last modified time | relevance | path

Searched refs:RNDIS_MSG_INIT_C (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_trace.h15 TRACE_DEFINE_ENUM(RNDIS_MSG_INIT_C);
31 { RNDIS_MSG_INIT_C, "INIT_C", }, \
H A Drndis_filter.c154 case RNDIS_MSG_INIT_C: in dump_rndis_message()
619 case RNDIS_MSG_INIT_C: in rndis_filter_receive()
/openbmc/linux/include/linux/
H A Drndis.h24 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION) macro
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.c569 resp->MessageType = cpu_to_le32(RNDIS_MSG_INIT_C); in rndis_init_response()