Searched refs:xnb_mbufc2pkt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xen/netback/ |
H A D | netback_unit_tests.c | 1421 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() 1504 xnb_mbufc2pkt(mbufc2, &pkt, start, free_slots); in xnb_mbufc2pkt_2short() 1544 xnb_mbufc2pkt(mbufc, &pkt, start, free_slots); in xnb_mbufc2pkt_long() 1584 xnb_mbufc2pkt(mbufc, &pkt, start, free_slots); in xnb_mbufc2pkt_extra() 1624 error = xnb_mbufc2pkt(mbufc, &pkt, start, free_slots); in xnb_mbufc2pkt_nospace() 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() [all …]
|
H A D | netback.c | 169 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()
|