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