Home
last modified time | relevance | path

Searched refs:recp_list (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.c4473 recp_list = &sw->recp_list[ICE_SW_LKUP_VLAN]; in ice_add_vlan_rule()
4524 recp_list = &sw->recp_list[ICE_SW_LKUP_MAC_VLAN]; in ice_add_mac_vlan_rule()
4582 recp_list = &sw->recp_list[l_type]; in ice_add_eth_mac_rule()
4637 recp_list = &sw->recp_list[l_type]; in ice_remove_eth_mac_rule()
4915 recp_list = &hw->switch_info->recp_list[ICE_SW_LKUP_MAC]; in ice_remove_mac()
5263 recp_list = &hw->switch_info->recp_list[recp_id]; in ice_remove_promisc()
5473 recp_list = &sw->recp_list[recipe_id]; in _ice_set_vsi_promisc()
5871 recp_list = &hw->switch_info->recp_list[ICE_SW_LKUP_MAC]; in ice_add_mac_with_sw_marker()
5947 recp_list = &hw->switch_info->recp_list[ICE_SW_LKUP_MAC]; in ice_add_mac_with_counter()
8451 recp_list = &hw->switch_info->recp_list[recp_id]; in ice_replay_fltr()
[all …]
H A Dice_switch.h515 ice_init_def_sw_recp(struct ice_hw *hw, struct ice_sw_recipe **recp_list);
H A Dice_common.c561 status = ice_init_def_sw_recp(hw, &hw->switch_info->recp_list); in ice_init_fltr_mgmt_struct()
590 recps = sw->recp_list; in ice_cleanup_fltr_mgmt_single()
631 ice_free(hw, sw->recp_list); in ice_cleanup_fltr_mgmt_single()
4386 LIST_REPLACE_INIT(&sw->recp_list[i].filt_rules, in ice_replay_pre_init()
4387 &sw->recp_list[i].filt_replay_rules); in ice_replay_pre_init()
H A Dice_type.h836 struct ice_sw_recipe *recp_list; member
/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1792 if (!sw->recp_list[rdata->rid].recp_created) in ice_switch_redirect()
1798 list_head = &sw->recp_list[rdata->rid].filt_rules; in ice_switch_redirect()