Home
last modified time | relevance | path

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

/src/sys/dev/ixgbe/
H A Dixgbe_api.c1791 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()
1792 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
H A Dixgbe_type.h4127 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_e610.c3891 mac->ops.disable_rx = ixgbe_disable_rx_E610; in ixgbe_init_ops_E610()
H A Dixgbe_common.c135 mac->ops.disable_rx = ixgbe_disable_rx_generic; in ixgbe_init_ops_generic()
/src/sys/dev/axgbe/
H A Dxgbe.h784 void (*disable_rx)(struct xgbe_prv_data *); member
H A Dxgbe-dev.c2817 hw_if->disable_rx = xgbe_disable_rx; in xgbe_init_function_ptrs_dev()
H A Dif_axgbe_pci.c1652 hw_if->disable_rx(pdata); in axgbe_pci_stop()