Home
last modified time | relevance | path

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

/net/core/
Dethtool.c1052 struct ethtool_rxnfc *rx_rings, in ethtool_copy_validate_indir() argument
1062 if (indir[i] >= rx_rings->data) in ethtool_copy_validate_indir()
1160 struct ethtool_rxnfc rx_rings; in ethtool_set_rxfh_indir() local
1187 rx_rings.cmd = ETHTOOL_GRXRINGS; in ethtool_set_rxfh_indir()
1188 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh_indir()
1194 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data); in ethtool_set_rxfh_indir()
1198 &rx_rings, in ethtool_set_rxfh_indir()
1296 struct ethtool_rxnfc rx_rings; in ethtool_set_rxfh() local
1338 rx_rings.cmd = ETHTOOL_GRXRINGS; in ethtool_set_rxfh()
1339 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh()
[all …]