Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c74 hw->mac.ops.init_rx_addrs = NULL; in ixgbe_init_ops_vf()
H A Dixgbe_x540.c280 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X540()
H A Dixgbe_82598.c931 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_82598()
H A Dixgbe_api.c1008 return ixgbe_call_func(hw, hw->mac.ops.init_rx_addrs, (hw), in ixgbe_init_rx_addrs()
H A Dixgbe_82599.c1200 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_82599()
H A Dixgbe_type.h4071 s32 (*init_rx_addrs)(struct ixgbe_hw *); member
H A Dixgbe_x550.c2483 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X550em()
H A Dixgbe_common.c125 mac->ops.init_rx_addrs = ixgbe_init_rx_addrs_generic; in ixgbe_init_ops_generic()