Home
last modified time | relevance | path

Searched refs:next_txi (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c404 ldcp->next_txi = ldcp->cur_txi = ldcp->resched_peer_txi = 0; in vgen_map_tx_dring()
495 ldcp->next_txi = ldcp->cur_txi = ldcp->resched_peer_txi = 0; in vgen_unmap_tx_dring()
578 uint32_t next_txi; in vgen_dringsend_shm() local
655 txi = next_txi = ldcp->next_txi; in vgen_dringsend_shm()
656 INCR_TXI(next_txi, ldcp); in vgen_dringsend_shm()
677 ldcp->next_txi = next_txi; in vgen_dringsend_shm()
H A Dvsw_rxdring.c458 dp->next_txi = dp->restart_peer_txi = 0; in vsw_map_tx_dring()
856 uint32_t next_txi; in vsw_dringsend_shm() local
950 txi = next_txi = dp->next_txi; in vsw_dringsend_shm()
951 INCR_TXI(dp, next_txi); in vsw_dringsend_shm()
963 dp->next_txi = next_txi; in vsw_dringsend_shm()
H A Dvnet_txdring.c279 ldcp->next_txi = 0; in vgen_create_tx_dring()
665 INCR_TXI(ldcp->next_txi, ldcp); in vgen_dringsend()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h270 uint32_t next_txi; /* next tx descriptor index */ member
H A Dvnet_gen.h311 uint32_t next_txi; /* free descriptor index */ member