Searched refs:xnf_buf_put (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnf.c | 261 static void xnf_buf_put(xnf_t *, xnf_buf_t *, boolean_t); 262 #pragma inline(xnf_buf_put) 499 xnf_buf_put(xnfp, txp->tx_bdesc, B_TRUE); in xnf_data_txbuf_free() 735 xnf_buf_put(xnfp, *bdescp, B_FALSE); in xnf_setup_rings() 2391 xnf_buf_put(xnfp, nbuf, B_FALSE); in xnf_rx_one_packet() 2670 xnf_buf_put(xnfp, bp, B_FALSE); in xnf_release_dma_resources() 2821 xnf_buf_put(xnf_t *xnfp, xnf_buf_t *bufp, boolean_t readonly) in xnf_buf_put() function 2854 xnf_buf_put(xnfp, bdesc, B_TRUE); in xnf_buf_recycle()
|