Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dgl620a.c189 .flags = FLAG_POINTTOPOINT | FLAG_FRAMING_GL | FLAG_NO_SETINT,
H A Dusbnet.c935 (dev->driver_info->flags & FLAG_FRAMING_GL) ? "GeneSys" : in usbnet_open()
/openbmc/linux/include/linux/usb/
H A Dusbnet.h108 #define FLAG_FRAMING_GL 0x0002 /* genelink batches packets */ macro