MAX_OFLD_TX_CREDITS
tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS);
tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS);
_Static_assert(MAX_OFLD_TX_CREDITS <= MAX_OFLD_TX_SDESC_CREDITS,
tx_credits <= MAX_OFLD_TX_CREDITS,
tx_credits <= MAX_OFLD_TX_CREDITS,
tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS);
tx_credits = min(toep->tx_credits, MAX_OFLD_TX_CREDITS);