Home
last modified time | relevance | path

Searched refs:SCQ_ENTRIES (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.h156 #define SCQ_ENTRIES 64 macro
157 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
H A Didt77252.c652 scq->last = scq->base + (SCQ_ENTRIES - 1); in alloc_scq()
714 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.h156 #define SCQ_ENTRIES 64 macro
157 #define SCQ_SIZE (SCQ_ENTRIES * sizeof(struct scqe))
H A Didt77252.c652 scq->last = scq->base + (SCQ_ENTRIES - 1); in alloc_scq()
714 if (entries > (SCQ_ENTRIES - 1)) { in push_on_scq()

Completed in 12 milliseconds