Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1282 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()
[all …]