Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c398 ldcp->mtxdp = (vnet_rx_dringdata_desc_t *)(minfo.vaddr); in vgen_map_tx_dring()
418 ldcp->peer_hparams.dring_ident = (uint64_t)ldcp->mtxdp; in vgen_map_tx_dring()
421 msg->dring_ident = (uint64_t)ldcp->mtxdp; in vgen_map_tx_dring()
445 txdp = &ldcp->mtxdp[i]; in vgen_map_tx_dring()
494 ldcp->mtxdp = NULL; in vgen_unmap_tx_dring()
657 txdp = &(ldcp->mtxdp[txi]); in vgen_dringsend_shm()
1268 txdp = &ldcp->mtxdp[txi]; in vgen_handle_dringdata_ack_shm()
1365 txdp = &(ldcp->mtxdp[txi]); in vgen_handle_dringdata_nack_shm()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h337 vnet_rx_dringdata_desc_t *mtxdp; /* mapped dring */ member