Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h503 s32 (*set_vlvf)(struct txgbe_hw *hw, u32 vlan, u32 vind, member
H A Dtxgbe_dummy.h597 hw->mac.set_vlvf = txgbe_mac_set_vlvf_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2830 mac->set_vlvf = txgbe_set_vlvf; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c84 mac->ops.set_vlvf = ixgbe_set_vlvf_generic; in ixgbe_init_ops_X540()
H A Dixgbe_82598.c119 mac->ops.set_vlvf = NULL; in ixgbe_init_ops_82598()
H A Dixgbe_api.c1099 return ixgbe_call_func(hw, hw->mac.ops.set_vlvf, (hw, vlan, vind, in ixgbe_set_vlvf()
H A Dixgbe_82599.c331 mac->ops.set_vlvf = ixgbe_set_vlvf_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3987 s32 (*set_vlvf)(struct ixgbe_hw *, u32, u32, bool, u32 *, u32, member
H A Dixgbe_common.c102 mac->ops.set_vlvf = NULL; in ixgbe_init_ops_generic()