Lines Matching refs:rxnfc
1827 struct ethtool_rxnfc *rxnfc, u32 *rule_locs)
1829 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
1837 switch (rxnfc->cmd) {
1839 rxnfc->data = 0;
1840 rxnfc->data |= RX_CLS_LOC_SPECIAL;
1841 rxnfc->rule_cnt = 0;
1844 rxnfc->rule_cnt++;
1856 rxnfc->data = 0;
1857 rxnfc->rule_cnt = 0;
1860 rule_locs[rxnfc->rule_cnt++] = id;
1874 struct ethtool_rxnfc *rxnfc)
1876 struct ethtool_rx_flow_spec *fs = &rxnfc->fs;
1883 switch (rxnfc->cmd) {