coalesce_count   1715 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	ring->coalesce_count += tx_packets;
coalesce_count   1720 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	else if ((ring->coalesce_count % pdata->tx_frames) < tx_packets)
coalesce_count    480 drivers/net/ethernet/amd/xgbe/xgbe.h 	unsigned int coalesce_count;
coalesce_count    747 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	ring->coalesce_count += pkt_info->tx_packets;
coalesce_count    752 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	else if ((ring->coalesce_count % pdata->tx_frames) <
coalesce_count    343 drivers/net/ethernet/synopsys/dwc-xlgmac.h 	unsigned int coalesce_count;