Home
last modified time | relevance | path

Searched refs:cur_tbufp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c275 ldcp->cur_tbufp = ldcp->tbufp; in vgen_create_tx_dring()
643 if (ntbufp == ldcp->cur_tbufp) { /* out of tbufs/txds */ in vgen_dringsend()
650 if (ntbufp == ldcp->cur_tbufp) { in vgen_dringsend()
1366 txi = ldcp->cur_tbufp - ldcp->tbufp; in vgen_handle_dringdata_ack()
1399 ldcp->resched_peer_txi = ldcp->cur_tbufp - ldcp->tbufp; in vgen_handle_dringdata_ack()
1449 if (ldcp->next_tbufp == ldcp->cur_tbufp) { in vgen_handle_dringdata_nack()
1555 tbufp = ldcp->cur_tbufp; in vgen_reclaim_dring()
1571 ldcp->cur_tbufp = tbufp; in vgen_reclaim_dring()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h328 vgen_private_desc_t *cur_tbufp; /* reclaim tbuf */ member