Lines Matching full:credits
367 unsigned int plen, unsigned int expn, uint8_t credits, int shove,
377 V_FW_TLSTX_DATA_WR_LEN16(credits));
504 u_int nsegs, credits, wr_len;
628 /* Not enough credits for this work request. */
637 "%s: tid %d mbuf %p requires %d credits, but only %d available",
687 credits = howmany(wr_len, 16);
691 write_tlstx_wr(txwr, toep, tls_size, expn_size, credits, shove,
714 KASSERT(toep->tx_credits >= credits,
715 ("%s: not enough credits", __func__));
717 toep->tx_credits -= credits;
734 txsd->tx_credits = credits;