Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c4064 hns3_set_promisc_mode(struct hns3_hw *hw, bool en_uc_pmc, bool en_mc_pmc) in hns3_set_promisc_mode() function
4089 ret = hns3_set_promisc_mode(hw, false, false); in hns3_promisc_init()
4148 ret = hns3_set_promisc_mode(hw, true, true); in hns3_dev_promiscuous_enable()
4167 err = hns3_set_promisc_mode(hw, false, allmulti); in hns3_dev_promiscuous_enable()
4193 ret = hns3_set_promisc_mode(hw, false, allmulti); in hns3_dev_promiscuous_disable()
4208 err = hns3_set_promisc_mode(hw, true, true); in hns3_dev_promiscuous_disable()
4232 ret = hns3_set_promisc_mode(hw, false, true); in hns3_dev_allmulticast_enable()
4253 ret = hns3_set_promisc_mode(hw, false, false); in hns3_dev_allmulticast_disable()
4270 ret = hns3_set_promisc_mode(hw, true, true); in hns3_dev_promisc_restore()
4277 ret = hns3_set_promisc_mode(hw, false, allmulti); in hns3_dev_promisc_restore()