Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1421 xnb_mbufc2pkt(mbuf, &pkt, 0, free_slots); in xnb_mbufc2pkt_empty()
1441 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_mbufc2pkt_short()
1467 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_mbufc2pkt_1cluster()
1544 xnb_mbufc2pkt(mbufc, &pkt, start, free_slots); in xnb_mbufc2pkt_long()
1644 xnb_mbufc2pkt(mbuf, &pkt, 0, free_slots); in xnb_rxpkt2gnttab_empty()
1669 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_rxpkt2gnttab_short()
1713 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_rxpkt2gnttab_2req()
1752 xnb_mbufc2pkt(mbuf, &pkt, 0, free_slots); in xnb_rxpkt2rsp_empty()
1787 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_rxpkt2rsp_short()
1912 xnb_mbufc2pkt(mbuf, &pkt, start, free_slots); in xnb_rxpkt2rsp_2slots()
[all …]
H A Dnetback.c169 static int xnb_mbufc2pkt(const struct mbuf *mbufc,
1877 xnb_mbufc2pkt(const struct mbuf *mbufc, struct xnb_pkt *pkt, in xnb_mbufc2pkt() function
2398 error = xnb_mbufc2pkt(mbufc, &pkt, ring->rsp_prod_pvt, space); in xnb_send()