Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Dxnf.c1523 int n_chunks, length; in xnf_send() local
1527 for (ml = mp, n_chunks = length = 0, page_oops = B_FALSE; in xnf_send()
1529 ml = ml->b_cont, n_chunks++) { in xnf_send()
1545 DTRACE_PROBE1(xnf_send_b_cont, int, n_chunks); in xnf_send()
1562 if ((n_chunks > xnf_max_tx_frags) || page_oops) { in xnf_send()