IGB_MAX_TXD
ring->tx_max_pending = IGB_MAX_TXD;
new_tx_count = min_t(u32, ring->tx_pending, IGB_MAX_TXD);