Home
last modified time | relevance | path

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

/trueos/sys/dev/ixgbe/
HDixgbe_vf.c77 hw->mac.ops.init_rx_addrs = NULL; in ixgbe_init_ops_vf()
HDixgbe_x540.c266 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X540()
HDixgbe_api.c963 return ixgbe_call_func(hw, hw->mac.ops.init_rx_addrs, (hw), in ixgbe_init_rx_addrs()
HDixgbe_82598.c930 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_82598()
HDixgbe_82599.c1173 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_82599()
HDixgbe_x550.c1660 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X550em()
HDixgbe_type.h3679 s32 (*init_rx_addrs)(struct ixgbe_hw *); member
HDixgbe_common.c124 mac->ops.init_rx_addrs = ixgbe_init_rx_addrs_generic; in ixgbe_init_ops_generic()