<dec f='src/src/sys/dev/pci/ixgbe/ixgbe_common.h' l='160' type='void ixgbe_clear_tx_pending(struct ixgbe_hw * hw)'/>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_82599.c' l='1177' u='c' c='ixgbe_reset_hw_82599'/>
<def f='src/src/sys/dev/pci/ixgbe/ixgbe_common.c' l='4535' ll='4566' type='void ixgbe_clear_tx_pending(struct ixgbe_hw * hw)'/>
<doc f='src/src/sys/dev/pci/ixgbe/ixgbe_common.c' l='4527'>/**
 * ixgbe_clear_tx_pending - Clear pending TX work from the PCIe fifo
 * @hw: pointer to the hardware structure
 *
 * The 82599 and x540 MACs can experience issues if TX work is still pending
 * when a reset occurs.  This function prevents this by flushing the PCIe
 * buffers on the system.
 **/</doc>
<use f='src/src/sys/dev/pci/ixgbe/ixgbe_x540.c' l='212' u='c' c='ixgbe_reset_hw_X540'/>
