Home
last modified time | relevance | path

Searched refs:aq_fsp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c76 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()
304 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fl2()
397 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fvlan()
431 if (be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) in aq_del_fvlan_by_vlan()
435 be16_to_cpu(rule->aq_fsp.h_ext.vlan_tci) == vlan_id) { in aq_del_fvlan_by_vlan()
438 cmd.fs.location = rule->aq_fsp.location; in aq_del_fvlan_by_vlan()
466 const struct ethtool_rx_flow_spec *fsp = &aq_rx_fltr->aq_fsp; in aq_set_data_fl3l4()
572 if (unlikely(aq_rx_fltr->aq_fsp.location < AQ_RX_FIRST_LOC_FL3L4 || in aq_add_del_fl3l4()
573 aq_rx_fltr->aq_fsp.location > AQ_RX_LAST_LOC_FL3L4 || in aq_add_del_fl3l4()
[all …]
Daq_filters.h20 struct ethtool_rx_flow_spec aq_fsp; member