Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Didt77252.h159 #define SCQ_ENTRIES 64 macro
160 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
Didt77252.c659 scq->last = scq->base + (SCQ_ENTRIES - 1); in alloc_scq()
721 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()