Home
last modified time | relevance | path

Searched refs:txb_next (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2268 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2273 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2301 txq->txb_next = 0; in copy_into_txb()
2305 bcopy(m->b_rptr, txq->txb_va + txq->txb_next + n, MBLKL(m)); in copy_into_txb()
2309 add_seg(txinfo, txq->txb_ba + txq->txb_next, len); in copy_into_txb()
2314 txq->txb_next += n; in copy_into_txb()
2315 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2316 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2317 txq->txb_next = 0; in copy_into_txb()
2412 if (n <= txq->txb_next) in free_txinfo_resources()
[all …]
H A Dadapter.h288 uint32_t txb_next; /* offset of next useable area in the buffer */ member
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1015 tbp = tbp->txb_next; in gem_clean_tx_buf()
1031 tbp = tbp->txb_next; in gem_clean_tx_buf()
1107 dp->tx_active_head = (++sn), tbp = tbp->txb_next) { in gem_reclaim_txbuf()
1168 for (sn = head; sn != tail; sn++, tbp = tbp->txb_next) { in gem_reclaim_txbuf()
1186 tbp = tbp->txb_next; in gem_reclaim_txbuf()
1248 tbp = tbp->txb_next; in gem_tx_load_descs_oo()
1509 for (i = nmblk; i > 0; i--, tbp = tbp->txb_next) { in gem_send_common()
4853 dp->tx_buf[i].txb_next = in gem_do_attach()
H A Dsfe_util.h132 struct txbuf *txb_next; member