Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c1053 int should_coal, credits; in t4_eth_xmit() local
1086 should_coal = should_tx_packet_coalesce(txq, mbuf, &cflits, adap); in t4_eth_xmit()
1087 if (should_coal > 0) { in t4_eth_xmit()
1096 } else if (should_coal < 0) { in t4_eth_xmit()
1097 return should_coal; in t4_eth_xmit()