Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/serial/
Domninet.c136 #define OMNINET_PAYLOADSIZE (OMNINET_BULKOUTSIZE - OMNINET_HEADERLEN) macro
161 count = min_t(size_t, count, OMNINET_PAYLOADSIZE); in omninet_prepare_write_buffer()