Home
last modified time | relevance | path

Searched refs:ecoalesce (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ni/
H A Dnixge.c999 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_get_coalesce() argument
1007 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1010 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1017 struct ethtool_coalesce *ecoalesce, in nixge_ethtools_set_coalesce() argument
1029 if (ecoalesce->rx_max_coalesced_frames) in nixge_ethtools_set_coalesce()
1030 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1031 if (ecoalesce->tx_max_coalesced_frames) in nixge_ethtools_set_coalesce()
1032 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c2019 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_get_coalesce() argument
2025 ecoalesce->rx_max_coalesced_frames = lp->coalesce_count_rx; in axienet_ethtools_get_coalesce()
2026 ecoalesce->rx_coalesce_usecs = lp->coalesce_usec_rx; in axienet_ethtools_get_coalesce()
2027 ecoalesce->tx_max_coalesced_frames = lp->coalesce_count_tx; in axienet_ethtools_get_coalesce()
2028 ecoalesce->tx_coalesce_usecs = lp->coalesce_usec_tx; in axienet_ethtools_get_coalesce()
2047 struct ethtool_coalesce *ecoalesce, in axienet_ethtools_set_coalesce() argument
2059 if (ecoalesce->rx_max_coalesced_frames) in axienet_ethtools_set_coalesce()
2060 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2061 if (ecoalesce->rx_coalesce_usecs) in axienet_ethtools_set_coalesce()
2062 lp->coalesce_usec_rx = ecoalesce->rx_coalesce_usecs; in axienet_ethtools_set_coalesce()
[all …]