Searched refs:MAX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define MAX_PAYLOAD_SIZE BLOCK_3_SIZE macro
1369 if (len > MAX_PAYLOAD_SIZE) in qtd_fill()1370 len = MAX_PAYLOAD_SIZE; in qtd_fill()