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.c2570 if (txq->txb_next + len <= txq->txb_size) { in fits_in_txb()
2575 *waste = txq->txb_size - txq->txb_next; in fits_in_txb()
2603 txq->txb_next = 0; in copy_into_txb()
2616 txq->txb_next += n; in copy_into_txb()
2617 ASSERT(txq->txb_next <= txq->txb_size); in copy_into_txb()
2618 if (txq->txb_next == txq->txb_size) in copy_into_txb()
2619 txq->txb_next = 0; in copy_into_txb()
2714 if (n <= txq->txb_next) in free_txinfo_resources()
2715 txq->txb_next -= n; in free_txinfo_resources()
2717 n -= txq->txb_next; in free_txinfo_resources()
[all …]
H A Dadapter.h321 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()
4851 dp->tx_buf[i].txb_next = in gem_do_attach()
H A Dsfe_util.h132 struct txbuf *txb_next; member