Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drndis.h23 #define RNDIS_MSG_INIT 0x00000002 macro
24 #define RNDIS_MSG_INIT_C (RNDIS_MSG_INIT|RNDIS_MSG_COMPLETION)
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_trace.h14 TRACE_DEFINE_ENUM(RNDIS_MSG_INIT);
30 { RNDIS_MSG_INIT, "INIT", }, \
H A Drndis_filter.c1108 request = get_rndis_request(dev, RNDIS_MSG_INIT, in rndis_filter_init_device()
/openbmc/linux/drivers/net/usb/
H A Drndis_host.c318 u.init->msg_type = cpu_to_le32(RNDIS_MSG_INIT); in generic_rndis_bind()
/openbmc/linux/drivers/usb/gadget/function/
H A Drndis.c813 case RNDIS_MSG_INIT: in rndis_msg_parser()