IXGBE_TXD_STAT_DD
if (!(tx_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))
if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))
#define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */
if (!(tx_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))
#define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */
if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))