Searched refs:disable_rx (Results 1 – 7 of 7) sorted by relevance
1667 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()1668 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
4006 void (*disable_rx)(struct ixgbe_hw *hw); member
57 mac->ops.disable_rx = ixgbe_disable_rx_x550; in ixgbe_init_ops_X550()
105 mac->ops.disable_rx = ixgbe_disable_rx_generic; in ixgbe_init_ops_generic()
524 void (*disable_rx)(struct txgbe_hw *hw); member
611 hw->mac.disable_rx = txgbe_mac_disable_rx_dummy; in txgbe_init_ops_dummy()
2826 mac->disable_rx = txgbe_disable_rx; in txgbe_init_ops_pf()