Lines Matching refs:tx_credits
6601 MPASS(cst->tx_credits >= ETID_FLOWC_LEN16); /* flowc is first WR. */ in send_etid_flowc_wr()
6602 cst->tx_credits -= ETID_FLOWC_LEN16; in send_etid_flowc_wr()
6631 MPASS(cst->tx_credits >= ETID_FLUSH_LEN16); in send_etid_flush_wr()
6632 cst->tx_credits -= ETID_FLUSH_LEN16; in send_etid_flush_wr()
6802 if (next_credits > cst->tx_credits) { in ethofld_tx()
6817 cst->tx_credits -= next_credits; in ethofld_tx()
6942 MPASS(cst->tx_credits + cpl->credits == cst->tx_total); in ethofld_fw4_ack()
6946 cst->tx_credits += cpl->credits; in ethofld_fw4_ack()
6961 cst->tx_credits += cpl->credits; in ethofld_fw4_ack()
6962 MPASS(cst->tx_credits <= cst->tx_total); in ethofld_fw4_ack()
6971 if (m != NULL && cst->tx_credits >= mbuf_eo_len16(m)) in ethofld_fw4_ack()