Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_rxtx.c566 wq->cq_pend++; in enic_xmit_pkts()
568 if (eop && wq->cq_pend >= ENIC_WQ_CQ_THRESH) { in enic_xmit_pkts()
570 wq->cq_pend = 0; in enic_xmit_pkts()
586 wq->cq_pend++; in enic_xmit_pkts()
590 if (wq->cq_pend >= ENIC_WQ_CQ_THRESH) { in enic_xmit_pkts()
592 wq->cq_pend = 0; in enic_xmit_pkts()
/dpdk/drivers/net/enic/base/
H A Dvnic_wq.h47 unsigned int cq_pend; member
H A Dvnic_wq.c116 wq->cq_pend = 0; in vnic_wq_init()