Searched refs:ecoalesce (Results 1 – 1 of 1) sorted by relevance
1282 struct ethtool_coalesce *ecoalesce) in axienet_ethtools_get_coalesce() argument1287 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() argument1317 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 …]