Searched refs:SMALL_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
9 #define SMALL_BUFFER_SIZE 384 /* size of small buffers (multiple of 48 (PCA) and 64 (SBA) by… macro19 #define BUFFER_S1_SIZE SMALL_BUFFER_SIZE /* size of small buffers, scheme 1 */22 #define BUFFER_S2_SIZE SMALL_BUFFER_SIZE /* size of small buffers, scheme 2 */52 #define RSD_REQUIRED (((MAX_PDU_SIZE - SMALL_BUFFER_SIZE + LARGE_BUFFER_SIZE) / LARGE_BUFFER_SIZE)…
865 #define SMALL_BUFFER_SIZE 256 macro866 #define SMALL_BUF_MAP_SIZE SMALL_BUFFER_SIZE871 #define SMALL_BUFFER_SIZE 512 macro872 #define SMALL_BUF_MAP_SIZE (SMALL_BUFFER_SIZE / 2)
1213 SMALL_BUFFER_SIZE); in ql_update_sbq()