Searched refs:ZATM_AAL5_POOL_BASE (Results 1 – 5 of 5) sorted by relevance
41 #define ZATM_AAL5_POOL_BASE 2 /* first AAL5 free buffer pool */ macro42 #define ZATM_LAST_POOL ZATM_AAL5_POOL_BASE+10 /* max. 64 kB */
55 +#define ZATM_AAL5_POOL_BASE 2 /* first AAL5 free buffer pool */56 +#define ZATM_LAST_POOL ZATM_AAL5_POOL_BASE+10 /* max. 64 kB */
190 size = (64 << (pool <= ZATM_AAL5_POOL_BASE ? 0 : in refill_pool()191 pool-ZATM_AAL5_POOL_BASE))+sizeof(struct rx_buffer_head); in refill_pool()273 return i+ZATM_AAL5_POOL_BASE; in pool_index()289 size = pool-ZATM_AAL5_POOL_BASE; in use_pool()