Lines Matching refs:ndesc
541 u16 ndesc; in chcr_crypto_wreq() local
550 ndesc = DIV_ROUND_UP(flits, 2); in chcr_crypto_wreq()
566 wr_mid = FW_CRYPTO_LOOKASIDE_WR_LEN16_V(ndesc); in chcr_crypto_wreq()
579 wr->req.ulptx.len = htonl(ndesc - 1); in chcr_crypto_wreq()
679 unsigned int flits = 0, ndesc; in chcr_ipsec_xmit() local
706 ndesc = flits_to_desc(flits); in chcr_ipsec_xmit()
707 credits = txq_avail(&q->q) - ndesc; in chcr_ipsec_xmit()
713 dev->name, qidx, credits, ndesc, txq_avail(&q->q), in chcr_ipsec_xmit()
751 last_desc = q->q.pidx + ndesc - 1; in chcr_ipsec_xmit()
757 txq_advance(&q->q, ndesc); in chcr_ipsec_xmit()
759 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ipsec_xmit()