Home
last modified time | relevance | path

Searched refs:POOL_HANDLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/atm/
H A Didt77252.h343 #define POOL_HANDLE(queue, index) (((queue + 1) << 16) | (index)) macro
H A Didt77252.c595 IDT77252_PRV_POOL(skb) = POOL_HANDLE(queue, index); in sb_pool_add()