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