Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c1259 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_get_coalesce() argument
1264 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1267 ecoalesce->tx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in axienet_ethtools_get_coalesce()
1282 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_set_coalesce() argument
1292 if ((ecoalesce->rx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1293 (ecoalesce->rx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1294 (ecoalesce->rx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
1295 (ecoalesce->tx_coalesce_usecs) || in axienet_ethtools_set_coalesce()
1296 (ecoalesce->tx_coalesce_usecs_irq) || in axienet_ethtools_set_coalesce()
1297 (ecoalesce->tx_max_coalesced_frames_irq) || in axienet_ethtools_set_coalesce()
[all …]