Searched refs:ecoalesce (Results 1 – 2 of 2) sorted by relevance
1519 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_get_coalesce() argument1525 ecoalesce->rx_max_coalesced_frames = lp->coalesce_count_rx; in axienet_ethtools_get_coalesce()1526 ecoalesce->rx_coalesce_usecs = lp->coalesce_usec_rx; in axienet_ethtools_get_coalesce()1527 ecoalesce->tx_max_coalesced_frames = lp->coalesce_count_tx; in axienet_ethtools_get_coalesce()1528 ecoalesce->tx_coalesce_usecs = lp->coalesce_usec_tx; in axienet_ethtools_get_coalesce()1547 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_set_coalesce() argument1559 if (ecoalesce->rx_max_coalesced_frames) in axienet_ethtools_set_coalesce()1560 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()1561 if (ecoalesce->rx_coalesce_usecs) in axienet_ethtools_set_coalesce()1562 lp->coalesce_usec_rx = ecoalesce->rx_coalesce_usecs; in axienet_ethtools_set_coalesce()[all …]
1001 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_get_coalesce() argument1009 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1012 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1019 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_set_coalesce() argument1031 if (ecoalesce->rx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1032 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()1033 if (ecoalesce->tx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1034 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()