Lines Matching refs:rx_rings
1032 struct ethtool_rxnfc *rx_rings,
1042 if (indir[i] >= rx_rings->data)
1109 struct ethtool_rxnfc rx_rings;
1136 rx_rings.cmd = ETHTOOL_GRXRINGS;
1137 ret = ops->get_rxnfc(dev, &rx_rings, NULL);
1143 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data);
1147 &rx_rings,
1252 struct ethtool_rxnfc rx_rings;
1297 rx_rings.cmd = ETHTOOL_GRXRINGS;
1298 ret = ops->get_rxnfc(dev, &rx_rings, NULL);
1311 &rx_rings,
1319 indir[i] = ethtool_rxfh_indir_default(i, rx_rings.data);