Lines Matching refs:rxnfc
2343 struct ethtool_rxnfc *rxnfc, u32 *rule_locs)
2345 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
2353 switch (rxnfc->cmd) {
2355 rxnfc->data = 0;
2356 rxnfc->data |= RX_CLS_LOC_SPECIAL;
2357 rxnfc->rule_cnt = 0;
2360 rxnfc->rule_cnt++;
2372 rxnfc->data = 0;
2373 rxnfc->rule_cnt = 0;
2376 rule_locs[rxnfc->rule_cnt++] = id;
2390 struct ethtool_rxnfc *rxnfc)
2392 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
2399 switch (rxnfc->cmd) {