Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A 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()
446 cmd.fs.location = rule->aq_fsp.location; in aq_del_fvlan_by_vlan()
593 if (aq_rx_fltr->aq_fsp.flow_type & FLOW_EXT) { in aq_add_del_rule()
640 if (rule->aq_fsp.location >= index) in aq_update_table_filters()
645 if (rule && rule->aq_fsp.location == index) { in aq_update_table_filters()
697 memcpy(&aq_rx_fltr->aq_fsp, fsp, sizeof(*fsp)); in aq_add_rxnfc_rule()
727 if (rule->aq_fsp.location == cmd->fs.location) in aq_del_rxnfc_rule()
750 if (fsp->location <= rule->aq_fsp.location) in aq_get_rxnfc_rule()
756 memcpy(fsp, &rule->aq_fsp, sizeof(*fsp)); in aq_get_rxnfc_rule()
[all …]
H A Daq_filters.h20 struct ethtool_rx_flow_spec aq_fsp; member