Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_switch.h470 ice_add_eth_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list);
472 ice_remove_eth_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list);
H A Dice_switch.c5253 ice_add_eth_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list, in ice_add_eth_mac_rule() argument
5258 LIST_FOR_EACH_ENTRY(em_list_itr, em_list, ice_fltr_list_entry, in ice_add_eth_mac_rule()
5287 ice_add_eth_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list) in ice_add_eth_mac() argument
5289 if (!em_list || !hw) in ice_add_eth_mac()
5292 return ice_add_eth_mac_rule(hw, em_list, hw->switch_info, in ice_add_eth_mac()
5303 ice_remove_eth_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list, in ice_remove_eth_mac_rule() argument
5308 LIST_FOR_EACH_ENTRY_SAFE(em_list_itr, tmp, em_list, ice_fltr_list_entry, in ice_remove_eth_mac_rule()
5335 ice_remove_eth_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *em_list) in ice_remove_eth_mac() argument
5337 if (!em_list || !hw) in ice_remove_eth_mac()
5340 return ice_remove_eth_mac_rule(hw, em_list, hw->switch_info); in ice_remove_eth_mac()