Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/xen/xenbus/
A Dxenbus_client.c567 if (info->map[i].status != GNTST_okay) { in __xenbus_map_ring()
592 if (info->unmap[i].status != GNTST_okay) { in __xenbus_map_ring()
628 err = GNTST_okay; in xenbus_unmap_ring()
630 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring()
824 err = GNTST_okay; in xenbus_unmap_ring_pv()
827 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring_pv()
/linux-6.3-rc2/drivers/xen/
A Dgntdev.c371 if (map->map_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages()
381 if (map->kmap_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages()
402 if (map->unmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
406 WARN_ON(map->unmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done()
413 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done()
417 WARN_ON(map->kunmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done()
841 if (status == GNTST_okay) in gntdev_copy()
847 if (old_status != GNTST_okay) in gntdev_copy()
882 if (put_user(GNTST_okay, status)) in gntdev_grant_copy_seg()
A Dxen-front-pgdir-shbuf.c225 if (unlikely(unmap_ops[i].status != GNTST_okay)) in backend_unmap()
299 if (likely(map_ops[cur_page].status == GNTST_okay)) { in backend_map()
A Dgrant-table.c781 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()
1241 case GNTST_okay: in gnttab_map_refs()
A Dxen-scsiback.c449 if (unlikely(map[i].status != GNTST_okay)) { in scsiback_gnttab_data_map_batch()
/linux-6.3-rc2/arch/x86/xen/
A Dp2m.c711 if (map_ops[i].status != GNTST_okay || in set_foreign_p2m_mapping()
712 (kmap_ops && kmap_ops[i].status != GNTST_okay)) in set_foreign_p2m_mapping()
762 if (rc || unmap[0].status != GNTST_okay || in set_foreign_p2m_mapping()
763 unmap[1].status != GNTST_okay) in set_foreign_p2m_mapping()
/linux-6.3-rc2/drivers/net/xen-netback/
A 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()
A Drx.c174 if (unlikely(op->status != GNTST_okay)) { in xenvif_rx_copy_flush()
A Dnetback.c1333 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
1377 GNTST_okay); in xenvif_tx_action()
/linux-6.3-rc2/include/xen/interface/
A Dgrant_table.h558 #define GNTST_okay (0) /* Normal return. */ macro
/linux-6.3-rc2/arch/arm/xen/
A Dp2m.c128 if (rc || unmap.status != GNTST_okay) in set_foreign_p2m_mapping()

Completed in 27 milliseconds