Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drndis.h33 #define RNDIS_MSG_KEEPALIVE_C (RNDIS_MSG_KEEPALIVE|RNDIS_MSG_COMPLETION) macro
/linux-4.1.27/drivers/net/usb/
Drndis_host.c190 msg->msg_type = cpu_to_le32(RNDIS_MSG_KEEPALIVE_C); in rndis_command()
/linux-4.1.27/drivers/usb/gadget/function/
Drndis.c719 resp->MessageType = cpu_to_le32(RNDIS_MSG_KEEPALIVE_C); in rndis_keepalive_response()