Searched refs:aq_fsp (Results 1 – 2 of 2) sorted by relevance
76 if (rule->aq_fsp.location == fsp->location) in aq_rule_already_exists()78 if (aq_match_filter(&rule->aq_fsp, fsp)) { in aq_rule_already_exists()312 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fl2()405 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fvlan()439 if (be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) in aq_del_fvlan_by_vlan()443 be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) { in aq_del_fvlan_by_vlan()446 cmd.fs.location = rule->aq_fsp.location; in aq_del_fvlan_by_vlan()474 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fl3l4()580 if (unlikely(aq_rx_fltr->aq_fsp.location < AQ_RX_FIRST_LOC_FL3L4 || in aq_add_del_fl3l4()581 aq_rx_fltr->aq_fsp.location > AQ_RX_LAST_LOC_FL3L4 || in aq_add_del_fl3l4()[all …]
20 struct ethtool_rx_flow_spec aq_fsp; member