Searched refs:GNTST_okay (Results 1 – 9 of 9) sorted by relevance
518 if (info->map[i].status != GNTST_okay) { in __xenbus_map_ring()544 if (info->unmap[i].status != GNTST_okay) { in __xenbus_map_ring()581 err = GNTST_okay; in xenbus_unmap_ring()583 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring()778 err = GNTST_okay; in xenbus_unmap_ring_pv()781 if (unmap[i].status != GNTST_okay) { in xenbus_unmap_ring_pv()
310 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()
148 if (unlikely(op->status != GNTST_okay)) { in xenvif_rx_copy_flush()
1313 if (gop[i].status != GNTST_okay) in xenvif_tx_dealloc_action()
234 if (unlikely(unmap_ops[i].status != GNTST_okay)) in backend_unmap()309 if (unlikely(map_ops[cur_page].status != GNTST_okay)) in backend_map()
768 if (status == GNTST_okay) in gntdev_copy()774 if (old_status != GNTST_okay) in gntdev_copy()809 if (put_user(GNTST_okay, status)) in gntdev_grant_copy_seg()
708 if ((rc < 0) || (query.status != GNTST_okay)) in __max_nr_grant_frames()1165 case GNTST_okay: in gnttab_map_refs()
391 if (unlikely(map[i].status != GNTST_okay)) { in scsiback_gnttab_data_map_batch()
538 #define GNTST_okay (0) /* Normal return. */ macro