Lines Matching refs:rxnfc
2260 struct ethtool_rxnfc *rxnfc, u32 *rule_locs)
2262 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
2270 switch (rxnfc->cmd) {
2272 rxnfc->data = 0;
2273 rxnfc->data |= RX_CLS_LOC_SPECIAL;
2274 rxnfc->rule_cnt = 0;
2277 rxnfc->rule_cnt++;
2289 rxnfc->data = 0;
2290 rxnfc->rule_cnt = 0;
2293 rule_locs[rxnfc->rule_cnt++] = id;
2307 struct ethtool_rxnfc *rxnfc)
2309 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
2316 switch (rxnfc->cmd) {