Home
last modified time | relevance | path

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

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