MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_disable_rx

Function ixgbe_disable_rx

dpdk/drivers/net/ixgbe/base/ixgbe_api.c:1665–1669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1663
1664
1665void ixgbe_disable_rx(struct ixgbe_hw *hw)
1666{
1667 if (hw->mac.ops.disable_rx)
1668 hw->mac.ops.disable_rx(hw);
1669}
1670
1671void ixgbe_enable_rx(struct ixgbe_hw *hw)
1672{

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected