Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c204 static inline unsigned int fl_cap(const struct sge_fl *fl) in fl_cap() function
458 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail)); in __refill_fl()
1683 if (q->offset >= 0 && fl_cap(&rxq->fl) - rxq->fl.avail >= 64) in process_responses()
1707 if (q->offset >= 0 && fl_cap(&rxq->fl) - rxq->fl.avail >= 64) in cxgbe_poll()
1938 nb_refill = refill_fl(adap, fl, fl_cap(fl)); in t4_sge_alloc_rxq()
1939 if (nb_refill != fl_cap(fl)) { in t4_sge_alloc_rxq()