Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c68 #define TX_QUEUE_DEPTH 16 macro
69 VOID *TxQueue[TX_QUEUE_DEPTH];
143 #define TxQueNext(off) ((((off) + 1) >= TX_QUEUE_DEPTH) ? 0 : ((off) + 1))