Lines Matching refs:rx_rings
1022 struct ethtool_rxnfc *rx_rings,
1032 if (indir[i] >= rx_rings->data)
1099 struct ethtool_rxnfc rx_rings;
1126 rx_rings.cmd = ETHTOOL_GRXRINGS;
1127 ret = ops->get_rxnfc(dev, &rx_rings, NULL);
1133 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data);
1137 &rx_rings,
1242 struct ethtool_rxnfc rx_rings;
1287 rx_rings.cmd = ETHTOOL_GRXRINGS;
1288 ret = ops->get_rxnfc(dev, &rx_rings, NULL);
1301 &rx_rings,
1309 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data);