Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h197 kmem_cache_t *xnf_tx_buf_cache; member
H A Dxnf.c533 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_data_txbuf_free()
562 if ((txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, flag)) == NULL) { in xnf_data_txbuf_alloc()
1087 xnfp->xnf_tx_buf_cache = kmem_cache_create(cachename, in xnf_attach()
1091 if (xnfp->xnf_tx_buf_cache == NULL) in xnf_attach()
1168 kmem_cache_destroy(xnfp->xnf_tx_buf_cache); in xnf_attach()
1266 kmem_cache_destroy(xnfp->xnf_tx_buf_cache); in xnf_detach()
1318 txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, KM_SLEEP); in xnf_set_multicast()
1398 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_set_multicast()
2710 kmem_cache_free(xnfp->xnf_tx_buf_cache, txp); in xnf_release_mblks()