Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_vf.h265 s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type);
H A De1000_82575.h378 s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type type);
H A De1000_vf.c453 s32 e1000_promisc_set_vf(struct e1000_hw *hw, enum e1000_promisc_type type) in e1000_promisc_set_vf() function
/f-stack/dpdk/drivers/net/e1000/
H A Digb_ethdev.c3407 e1000_promisc_set_vf(hw, e1000_promisc_enabled); in igbvf_promiscuous_enable()
3419 e1000_promisc_set_vf(hw, e1000_promisc_multicast); in igbvf_promiscuous_disable()
3421 e1000_promisc_set_vf(hw, e1000_promisc_disabled); in igbvf_promiscuous_disable()
3433 e1000_promisc_set_vf(hw, e1000_promisc_multicast); in igbvf_allmulticast_enable()
3445 e1000_promisc_set_vf(hw, e1000_promisc_disabled); in igbvf_allmulticast_disable()