Searched refs:POOL_HANDLE (Results 1 – 2 of 2) sorted by relevance
/drivers/atm/ | ||
D | idt77252.h | 343 #define POOL_HANDLE(queue, index) (((queue + 1) << 16) | (index)) macro |
D | idt77252.c | 595 IDT77252_PRV_POOL(skb) = POOL_HANDLE(queue, index); in sb_pool_add() |