Lines Matching refs:ecoalesce

1282 					 struct ethtool_coalesce *ecoalesce)  in axienet_ethtools_get_coalesce()  argument
1287 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1290 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1307 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_set_coalesce() argument
1317 if ((ecoalesce->rx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1318 (ecoalesce->rx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1319 (ecoalesce->rx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
1320 (ecoalesce->tx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1321 (ecoalesce->tx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1322 (ecoalesce->tx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
1323 (ecoalesce->stats_block_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1324 (ecoalesce->use_adaptive_rx_coalesce) || in axienet_ethtools_set_coalesce()
1325 (ecoalesce->use_adaptive_tx_coalesce) || in axienet_ethtools_set_coalesce()
1326 (ecoalesce->pkt_rate_low) || in axienet_ethtools_set_coalesce()
1327 (ecoalesce->rx_coalesce_usecs_low) || in axienet_ethtools_set_coalesce()
1328 (ecoalesce->rx_max_coalesced_frames_low) || in axienet_ethtools_set_coalesce()
1329 (ecoalesce->tx_coalesce_usecs_low) || in axienet_ethtools_set_coalesce()
1330 (ecoalesce->tx_max_coalesced_frames_low) || in axienet_ethtools_set_coalesce()
1331 (ecoalesce->pkt_rate_high) || in axienet_ethtools_set_coalesce()
1332 (ecoalesce->rx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
1333 (ecoalesce->rx_max_coalesced_frames_high) || in axienet_ethtools_set_coalesce()
1334 (ecoalesce->tx_coalesce_usecs_high) || in axienet_ethtools_set_coalesce()
1335 (ecoalesce->tx_max_coalesced_frames_high) || in axienet_ethtools_set_coalesce()
1336 (ecoalesce->rate_sample_interval)) in axienet_ethtools_set_coalesce()
1338 if (ecoalesce->rx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
1339 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
1340 if (ecoalesce->tx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
1341 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()