Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dusbnet.c258 #define FLAG_FRAMING_Z 0x0004 /* zaurus adds a trailer */ macro
1696 .flags = FLAG_FRAMING_Z,
1707 .flags = FLAG_FRAMING_Z,
1812 if (dev->driver_info->flags & FLAG_FRAMING_Z) in rx_submit()