Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c147 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
853 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82599.c1066 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
2196 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82598.c1140 .clear_vmdq = &ixgbe_clear_vmdq_82598,
H A Dixgbe_common.c1920 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
1957 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3451 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
H A Dixgbe_x550.c3815 .clear_vmdq = &ixgbe_clear_vmdq_generic, \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c147 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
853 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82599.c1066 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
2196 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82598.c1140 .clear_vmdq = &ixgbe_clear_vmdq_82598,
H A Dixgbe_common.c1920 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
1957 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3451 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
H A Dixgbe_x550.c3815 .clear_vmdq = &ixgbe_clear_vmdq_generic, \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c147 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
853 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82599.c1066 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
2196 .clear_vmdq = &ixgbe_clear_vmdq_generic,
H A Dixgbe_82598.c1140 .clear_vmdq = &ixgbe_clear_vmdq_82598,
H A Dixgbe_common.c1920 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
1957 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3451 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
H A Dixgbe_x550.c3815 .clear_vmdq = &ixgbe_clear_vmdq_generic, \
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe_x540.c101 mac->ops.clear_vmdq = &ixgbe_clear_vmdq_generic; in ixgbe_init_ops_X540()
H A Dixgbe_api.c857 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq), in ixgbe_clear_vmdq()
H A Dixgbe_82598.c140 mac->ops.clear_vmdq = &ixgbe_clear_vmdq_82598; in ixgbe_init_ops_82598()
H A Dixgbe_common.c122 mac->ops.clear_vmdq = NULL; in ixgbe_init_ops_generic()
2345 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
2392 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_82599.c291 mac->ops.clear_vmdq = &ixgbe_clear_vmdq_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3114 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member