Home
last modified time | relevance | path

Searched refs:ice_remove_mac (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h442 enum ice_status ice_remove_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_lst);
H A Dice_switch.c4911 enum ice_status ice_remove_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list) in ice_remove_mac() function
5914 ret = ice_remove_mac(hw, &l_head); in ice_add_mac_with_sw_marker()
6013 ret = ice_remove_mac(hw, &l_head); in ice_add_mac_with_counter()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c927 ret = ice_remove_mac(hw, &list_head); in ice_remove_mac_filter()