Searched defs:xnf_buf_put (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c223 static void xnf_buf_put(xnf_t *, xnf_buf_t *, boolean_t);
224 #pragma inline(xnf_buf_put)
549 xnf_buf_put(xnfp, txp->tx_bdesc, B_TRUE);
596 xnf_buf_put(xnfp, *bdescp, B_FALSE);
1290 xnf_buf_put(xnfp, txp->tx_bdesc,
1712 xnf_buf_put(xnfp, loop->tx_bdesc, B_TRUE);
2049 xnf_buf_put(xnfp, nbuf, B_FALSE);
2270 xnf_buf_put(xnfp, bp, B_FALSE);
2421 xnf_buf_put(xnf_t *xnfp, xnf_buf_t *bufp, boolean_t readonly) function
2454 xnf_buf_put(xnf
[all...]

Completed in 49 milliseconds