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