Searched refs:ecoalesce (Results 1 – 2 of 2) sorted by relevance
998 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_get_coalesce() argument1006 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1009 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()1016 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_set_coalesce() argument1028 if (ecoalesce->rx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1029 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()1030 if (ecoalesce->tx_max_coalesced_frames) in nixge_ethtools_set_coalesce()1031 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1414 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_get_coalesce() argument1421 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()1424 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()1444 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_set_coalesce() argument1456 if (ecoalesce->rx_max_coalesced_frames) in axienet_ethtools_set_coalesce()1457 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()1458 if (ecoalesce->tx_max_coalesced_frames) in axienet_ethtools_set_coalesce()1459 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()