Lines Matching refs:ecoalesce
1259 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_get_coalesce() argument
1264 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1267 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1282 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_set_coalesce() argument
1292 if ((ecoalesce->rx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1293 (ecoalesce->rx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1294 (ecoalesce->rx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
1295 (ecoalesce->tx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1296 (ecoalesce->tx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1297 (ecoalesce->tx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
1298 (ecoalesce->stats_block_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1299 (ecoalesce->use_adaptive_rx_coalesce) || in axienet_ethtools_set_coalesce()
1300 (ecoalesce->use_adaptive_tx_coalesce) || in axienet_ethtools_set_coalesce()
1301 (ecoalesce->pkt_rate_low) || in axienet_ethtools_set_coalesce()
1302 (ecoalesce->rx_coalesce_usecs_low) || in axienet_ethtools_set_coalesce()
1303 (ecoalesce->rx_max_coalesced_frames_low) || in axienet_ethtools_set_coalesce()
1304 (ecoalesce->tx_coalesce_usecs_low) || in axienet_ethtools_set_coalesce()
1305 (ecoalesce->tx_max_coalesced_frames_low) || in axienet_ethtools_set_coalesce()
1306 (ecoalesce->pkt_rate_high) || in axienet_ethtools_set_coalesce()
1307 (ecoalesce->rx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
1308 (ecoalesce->rx_max_coalesced_frames_high) || in axienet_ethtools_set_coalesce()
1309 (ecoalesce->tx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
1310 (ecoalesce->tx_max_coalesced_frames_high) || in axienet_ethtools_set_coalesce()
1311 (ecoalesce->rate_sample_interval)) in axienet_ethtools_set_coalesce()
1313 if (ecoalesce->rx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
1314 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
1315 if (ecoalesce->tx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
1316 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()