Searched refs:xnb_update_mbufc (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c171 static void xnb_update_mbufc(struct mbuf *mbufc,
1774 xnb_update_mbufc(struct mbuf *mbufc, const gnttab_copy_table gnttab, function
1865 xnb_update_mbufc(*mbufc, gnttab, nr_ents);
H A Dnetback_unit_tests.c1283 * xnb_update_mbufc on a short packet that only has one gnttab entry
1312 xnb_update_mbufc(pMbuf, xnb_unit_pvt.gnttab, n_entries);
1319 * xnb_update_mbufc on a packet with two requests, that can fit into a single
1357 xnb_update_mbufc(pMbuf, xnb_unit_pvt.gnttab, n_entries);
1366 * xnb_update_mbufc on a single request that spans two mbuf clusters
1396 xnb_update_mbufc(pMbuf, xnb_unit_pvt.gnttab, n_entries);

Completed in 61 milliseconds