Home
last modified time | relevance | path

Searched refs:disable_rx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1697 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()
1698 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
H A Dixgbe_type.h3988 void (*disable_rx)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c86 mac->ops.disable_rx = ixgbe_disable_rx_x550; in ixgbe_init_ops_X550()
H A Dixgbe_common.c136 mac->ops.disable_rx = ixgbe_disable_rx_generic; in ixgbe_init_ops_generic()