Home
last modified time | relevance | path

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

/net/ethtool/
Dioctl.c1019 struct ethtool_rxnfc *rx_rings, in ethtool_copy_validate_indir() argument
1029 if (indir[i] >= rx_rings->data) in ethtool_copy_validate_indir()
1096 struct ethtool_rxnfc rx_rings; in ethtool_set_rxfh_indir() local
1123 rx_rings.cmd = ETHTOOL_GRXRINGS; in ethtool_set_rxfh_indir()
1124 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh_indir()
1130 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data); in ethtool_set_rxfh_indir()
1134 &rx_rings, in ethtool_set_rxfh_indir()
1239 struct ethtool_rxnfc rx_rings; in ethtool_set_rxfh() local
1284 rx_rings.cmd = ETHTOOL_GRXRINGS; in ethtool_set_rxfh()
1285 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh()
[all …]