Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c796 static inline int wraps_around(struct sge_txq *q, int ndesc) in wraps_around() function
943 if (unlikely(credits < 0 || wraps_around(q, ndesc))) { in should_tx_packet_coalesce()
969 if (unlikely(credits < 0 || wraps_around(q, ndesc))) in should_tx_packet_coalesce()