Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1667 if (hw->mac.ops.disable_rx) in ixgbe_disable_rx()
1668 hw->mac.ops.disable_rx(hw); in ixgbe_disable_rx()
H A Dixgbe_type.h4006 void (*disable_rx)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c57 mac->ops.disable_rx = ixgbe_disable_rx_x550; in ixgbe_init_ops_X550()
H A Dixgbe_common.c105 mac->ops.disable_rx = ixgbe_disable_rx_generic; in ixgbe_init_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h524 void (*disable_rx)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h611 hw->mac.disable_rx = txgbe_mac_disable_rx_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2826 mac->disable_rx = txgbe_disable_rx; in txgbe_init_ops_pf()