Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic_res.h24 #define ENIC_WQ_CQ_THRESH 32 macro
H A Denic_rxtx.c537 if (eop && wq->cq_pend >= ENIC_WQ_CQ_THRESH) { in enic_xmit_pkts()
559 if (wq->cq_pend >= ENIC_WQ_CQ_THRESH) { in enic_xmit_pkts()
H A Denic_main.c517 if (i % ENIC_WQ_CQ_THRESH == ENIC_WQ_CQ_THRESH - 1) in enic_prep_wq_for_simple_tx()