Searched refs:txnsegs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta.c2703 int start, used, error, i, txnsegs; local
2741 txbuf->dmap, mbuf, txsegs, &txnsegs,
2757 if (__predict_false(txnsegs <= 0
2758 || (txnsegs + tx->used) > MVNETA_TX_RING_CNT)) {
2761 CTR3(KTR_SPARE2, "%s:%u not enough descriptors txnsegs=%d",
2762 ifp->if_xname, q, txnsegs);
2777 for (i = 0; i < txnsegs; i++) {

Completed in 160 milliseconds