Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.c221 static xnf_buf_t *xnf_buf_get(xnf_t *, int, boolean_t);
222 #pragma inline(xnf_buf_get)
613 bdesc = xnf_buf_get(xnfp, KM_SLEEP, B_FALSE); in xnf_setup_rings()
1344 bd = xnf_buf_get(xnfp, KM_SLEEP, B_TRUE); in xnf_tx_pullup()
2034 nbuf = xnf_buf_get(xnfp, KM_NOSLEEP, B_FALSE); in xnf_rx_collect()
2385 xnf_buf_get(xnf_t *xnfp, int flags, boolean_t readonly) in xnf_buf_get() function