Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dusbnet.h106 #define FLAG_FRAMING_NC 0x0001 /* guard against device dropouts */ macro
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dnet1080.c488 .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_NC,
H A Dusbnet.c908 (dev->driver_info->flags & FLAG_FRAMING_NC) ? "NetChip" : in usbnet_open()