Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10_rx.c47 #define SFC_EF10_RXQ_LIMIT(_ndesc) \ argument
48 ((_ndesc) - 1 /* head must not step on tail */ - \
H A Dsfc_ef100_rx.c45 #define SFC_EF100_RXQ_LIMIT(_ndesc) \ argument
46 ((_ndesc) - 1 /* head must not step on tail */ - \
H A Dsfc_ef100_tx.c52 #define SFC_EF100_TXQ_LIMIT(_ndesc) \ argument
53 ((_ndesc) - 1 /* head must not step on tail */ - \
H A Dsfc_ef10_tx.c47 #define SFC_EF10_TXQ_LIMIT(_ndesc) \ argument
48 ((_ndesc) - 1 /* head must not step on tail */ - \