Home
last modified time | relevance | path

Searched refs:del_uc_mac_addr (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_common.c490 ret = del ? ops->del_uc_mac_addr(hw, addr) : in hns3_configure_all_mac_addr()
580 ret = hw->ops.del_uc_mac_addr(hw, mac_addr); in hns3_remove_mac_addr()
H A Dhns3_ethdev.h435 int (*del_uc_mac_addr)(struct hns3_hw *hw, member
H A Dhns3_ethdev.c1626 ret = hw->ops.del_uc_mac_addr(hw, oaddr); in hns3_set_default_mac_addr()
1658 ret_val = hw->ops.del_uc_mac_addr(hw, mac_addr); in hns3_set_default_mac_addr()
6582 hw->ops.del_uc_mac_addr = hns3_remove_uc_mac_addr; in hns3_init_hw_ops()
H A Dhns3_ethdev_vf.c2308 hw->ops.del_uc_mac_addr = hns3vf_remove_uc_mac_addr; in hns3vf_init_hw_ops()