Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1665
void ixgbe_disable_rx(struct ixgbe_hw *hw)
1666
{
1667
if (hw->mac.ops.disable_rx)
1668
hw->mac.ops.disable_rx(hw);
1669
}
1670
1671
void ixgbe_enable_rx(struct ixgbe_hw *hw)
1672
{
Callers
3
ixgbe_enable_rx_dma_82599
Function · 0.85
ixgbe_stop_adapter_generic
Function · 0.85
ixgbe_enable_rx_dma_generic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected