Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c220 ring->coalesce_count += packet->tx_packets; in axgbe_isc_txd_encap()
225 else if ((ring->coalesce_count % pdata->tx_frames) < (packet->tx_packets)) in axgbe_isc_txd_encap()
H A Dxgbe.h501 unsigned int coalesce_count; member