Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c479 if (ldcp->tx_data_cookie != NULL) { in vgen_unmap_tx_dring()
480 kmem_free(ldcp->tx_data_cookie, ldcp->tx_data_ncookies * in vgen_unmap_tx_dring()
482 ldcp->tx_data_cookie = NULL; in vgen_unmap_tx_dring()
559 ldcp->tx_data_cookie = kmem_zalloc(emsg->data_ncookies * in vgen_map_data()
563 bcopy(emsg->data_cookie, ldcp->tx_data_cookie, in vgen_map_data()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h336 ldc_mem_cookie_t *tx_data_cookie; /* mapped data cookies */ member