Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2212 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2217 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2245 txq->txb_next = 0; in copy_into_txb()
2249 bcopy(m->b_rptr, txq->txb_va + txq->txb_next + n, MBLKL(m)); in copy_into_txb()
2253 add_seg(txinfo, txq->txb_ba + txq->txb_next, len); in copy_into_txb()
2258 txq->txb_next += n; in copy_into_txb()
2259 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2260 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2261 txq->txb_next = 0; in copy_into_txb()
2356 if (n <= txq->txb_next) in free_txinfo_resources()
[all …]
H A Dadapter.h329 uint32_t txb_next; /* offset of next useable area in the buffer */ member
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1013 tbp = tbp->txb_next; in gem_clean_tx_buf()
1029 tbp = tbp->txb_next; in gem_clean_tx_buf()
1105 dp->tx_active_head = (++sn), tbp = tbp->txb_next) { in gem_reclaim_txbuf()
1166 for (sn = head; sn != tail; sn++, tbp = tbp->txb_next) { in gem_reclaim_txbuf()
1184 tbp = tbp->txb_next; in gem_reclaim_txbuf()
1246 tbp = tbp->txb_next; in gem_tx_load_descs_oo()
1507 for (i = nmblk; i > 0; i--, tbp = tbp->txb_next) { in gem_send_common()
4852 dp->tx_buf[i].txb_next = in gem_do_attach()
H A Dsfe_util.h132 struct txbuf *txb_next; member