Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.c554 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_setup_rings()
892 xnfp->xnf_tx_buf_cache = kmem_cache_create(cachename, in xnf_attach()
896 if (xnfp->xnf_tx_buf_cache == NULL) in xnf_attach()
978 kmem_cache_destroy(xnfp->xnf_tx_buf_cache); in xnf_attach()
1081 kmem_cache_destroy(xnfp->xnf_tx_buf_cache); in xnf_detach()
1133 txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, KM_SLEEP); in xnf_set_multicast()
1214 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_set_multicast()
1296 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_tx_clean_ring()
1558 txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, KM_SLEEP); in xnf_send()
1569 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_send()
[all …]
H A Dxnf.h154 kmem_cache_t *xnf_tx_buf_cache; member