Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Domninet.c143 #define OMNINET_PAYLOADSIZE (OMNINET_BULKOUTSIZE - OMNINET_HEADERLEN) macro
184 count = (count > OMNINET_PAYLOADSIZE) ? OMNINET_PAYLOADSIZE : count; in omninet_write()