Searched refs:disable_rx (Results 1 – 8 of 8) sorted by relevance
1791 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()1792 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
4127 void (*disable_rx)(struct ixgbe_hw *hw); member
86 mac->ops.disable_rx = ixgbe_disable_rx_x550; in ixgbe_init_ops_X550()
3891 mac->ops.disable_rx = ixgbe_disable_rx_E610; in ixgbe_init_ops_E610()
135 mac->ops.disable_rx = ixgbe_disable_rx_generic; in ixgbe_init_ops_generic()
784 void (*disable_rx)(struct xgbe_prv_data *); member
2817 hw_if->disable_rx = xgbe_disable_rx; in xgbe_init_function_ptrs_dev()
1652 hw_if->disable_rx(pdata); in axgbe_pci_stop()