Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_client.c471 int err = GNTST_okay; in __xenbus_map_ring()
486 if (map[i].status != GNTST_okay) { in __xenbus_map_ring()
496 return GNTST_okay; in __xenbus_map_ring()
513 if (unmap[i].status != GNTST_okay) { in __xenbus_map_ring()
680 int err = GNTST_okay; in xenbus_map_ring_valloc_pv()
769 err = GNTST_okay; in xenbus_unmap_ring_vfree_pv()
772 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring_vfree_pv()
892 err = GNTST_okay; in xenbus_unmap_ring()
894 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring()
/Linux-v4.19/drivers/net/xen-netback/
Dhash.c308 if (copy_op.status != GNTST_okay) in xenvif_set_hash_key()
368 if (copy_op[0].status != GNTST_okay || in xenvif_set_hash_mapping()
369 copy_op[nr - 1].status != GNTST_okay) in xenvif_set_hash_mapping()
Drx.c148 if (unlikely(op->status != GNTST_okay)) { in xenvif_rx_copy_flush()
Dnetback.c1291 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_shbuf.c154 if (unlikely(unmap_ops[i].status != GNTST_okay)) in backend_unmap()
221 if (unlikely(map_ops[cur_page].status != GNTST_okay)) in backend_map()
/Linux-v4.19/include/xen/interface/
Dgrant_table.h538 #define GNTST_okay (0) /* Normal return. */ macro
/Linux-v4.19/drivers/xen/
Dgntdev.c891 if (status == GNTST_okay) in gntdev_copy()
897 if (old_status != GNTST_okay) in gntdev_copy()
932 if (put_user(GNTST_okay, status)) in gntdev_grant_copy_seg()
Dgrant-table.c710 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()
1044 case GNTST_okay: in gnttab_map_refs()
Dxen-scsiback.c428 if (unlikely(map[i].status != GNTST_okay)) { in scsiback_gnttab_data_map_batch()