Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dgrant_table.h643 #define GNTST_okay (0) /* Normal return. */ macro
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c460 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c1773 KASSERT(gnttab[i].status == GNTST_okay, in xnb_update_mbufc()
2054 if (status != GNTST_okay) { in xnb_rxpkt2rsp()
2104 rsp->status = GNTST_okay; in xnb_rxpkt2rsp()
H A Dnetback_unit_tests.c1300 xnb_unit_pvt.gnttab[0].status = GNTST_okay; in xnb_update_mbufc_short()
1344 xnb_unit_pvt.gnttab[0].status = GNTST_okay; in xnb_update_mbufc_2req()
1345 xnb_unit_pvt.gnttab[1].status = GNTST_okay; in xnb_update_mbufc_2req()
1384 xnb_unit_pvt.gnttab[0].status = GNTST_okay; in xnb_update_mbufc_2cluster()
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c801 gmap->grant_map_ops[ridx].status != GNTST_okay) in gntdev_gmap_pg_fault()
1164 if (gmap_start->grant_map_ops[i].status != GNTST_okay) { in mmap_gmap()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2744 if (gnts[i].status != GNTST_okay) in xbb_connect_ring()