Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_vf.h253 enum e1000_promisc_type { enum
265 s32 e1000_promisc_set_vf(struct e1000_hw *, enum e1000_promisc_type);
H A De1000_82575.h368 enum e1000_promisc_type { enum
378 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()