Home
last modified time | relevance | path

Searched refs:RNDIS_MSG_HALT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/usb/
Drndis_host.c118 if (likely(buf->msg_type != RNDIS_MSG_HALT && in rndis_command()
444 u.halt->msg_type = RNDIS_MSG_HALT; in generic_rndis_bind()
469 halt->msg_type = RNDIS_MSG_HALT; in rndis_unbind()
/linux-2.6.39/include/linux/usb/
Drndis_host.h61 #define RNDIS_MSG_HALT cpu_to_le32(0x00000003) macro