Searched defs:ntbufp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c593 vgen_private_desc_t *ntbufp; local
642 ntbufp = NEXTTBUF(ldcp, tbufp);
643 if (ntbufp == ldcp->cur_tbufp) { /* out of tbufs/txds */
650 if (ntbufp == ldcp->cur_tbufp) {
664 ldcp->next_tbufp = ntbufp;

Completed in 613 milliseconds