Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/xenbus/
Dxenbus_client.c522 if (info->map[i].status != GNTST_okay) { in __xenbus_map_ring()
548 if (info->unmap[i].status != GNTST_okay) { in __xenbus_map_ring()
585 err = GNTST_okay; in xenbus_unmap_ring()
587 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring()
782 err = GNTST_okay; in xenbus_unmap_ring_pv()
785 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring_pv()
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev.c361 if (map->map_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages()
371 if (map->kmap_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages()
392 if (map->unmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
403 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
831 if (status == GNTST_okay) in gntdev_copy()
837 if (old_status != GNTST_okay) in gntdev_copy()
872 if (put_user(GNTST_okay, status)) in gntdev_grant_copy_seg()
Dxen-front-pgdir-shbuf.c234 if (unlikely(unmap_ops[i].status != GNTST_okay)) in backend_unmap()
309 if (unlikely(map_ops[cur_page].status != GNTST_okay)) in backend_map()
Dgrant-table.c715 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()
1175 case GNTST_okay: in gnttab_map_refs()
Dxen-scsiback.c390 if (unlikely(map[i].status != GNTST_okay)) { in scsiback_gnttab_data_map_batch()
/kernel/linux/linux-5.10/arch/x86/xen/
Dp2m.c716 if (map_ops[i].status != GNTST_okay || in set_foreign_p2m_mapping()
717 (kmap_ops && kmap_ops[i].status != GNTST_okay)) in set_foreign_p2m_mapping()
767 if (rc || unmap[0].status != GNTST_okay || in set_foreign_p2m_mapping()
768 unmap[1].status != GNTST_okay) in set_foreign_p2m_mapping()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dhash.c310 if (copy_op.status != GNTST_okay) in xenvif_set_hash_key()
370 if (copy_op[0].status != GNTST_okay || in xenvif_set_hash_mapping()
371 copy_op[nr - 1].status != GNTST_okay) in xenvif_set_hash_mapping()
Drx.c174 if (unlikely(op->status != GNTST_okay)) { in xenvif_rx_copy_flush()
Dnetback.c1394 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1438 GNTST_okay); in xenvif_tx_action()
/kernel/linux/linux-5.10/include/xen/interface/
Dgrant_table.h538 #define GNTST_okay (0) /* Normal return. */ macro
/kernel/linux/linux-5.10/arch/arm/xen/
Dp2m.c127 if (rc || unmap.status != GNTST_okay) in set_foreign_p2m_mapping()