Home
last modified time | relevance | path

Searched refs:INVALID_GRANT_REF (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/
H A Dxen-netfront.c232 queue->grant_rx_ref[i] = INVALID_GRANT_REF; in xennet_get_rx_ref()
442 queue->grant_tx_ref[id] = INVALID_GRANT_REF; in xennet_tx_buf_gc()
1052 if (ref == INVALID_GRANT_REF) { in xennet_get_responses()
1433 queue->grant_tx_ref[i] = INVALID_GRANT_REF; in xennet_release_tx_bufs()
1454 if (ref == INVALID_GRANT_REF) in xennet_release_rx_bufs()
1805 if (ref != INVALID_GRANT_REF) in xennet_end_access()
1842 queue->tx_ring_ref = INVALID_GRANT_REF; in xennet_disconnect_backend()
1843 queue->rx_ring_ref = INVALID_GRANT_REF; in xennet_disconnect_backend()
1976 queue->tx_ring_ref = INVALID_GRANT_REF; in setup_netfront()
1977 queue->rx_ring_ref = INVALID_GRANT_REF; in setup_netfront()
[all …]
/openbmc/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c78 return INVALID_GRANT_REF; in xen_front_pgdir_shbuf_get_dir_start()
137 if (buf->grefs[i] != INVALID_GRANT_REF) in xen_front_pgdir_shbuf_free()
H A Dgntdev-dmabuf.c527 if (refs[i] != INVALID_GRANT_REF) in dmabuf_imp_end_foreign_access()
555 gntdev_dmabuf->u.imp.refs[i] = INVALID_GRANT_REF; in dmabuf_imp_alloc_storage()
H A Dgntdev.c199 add->grants[i].ref = INVALID_GRANT_REF; in gntdev_alloc_map()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_client.c422 grefs[i] = INVALID_GRANT_REF; in xenbus_setup_ring()
444 if (grefs[i] != INVALID_GRANT_REF) { in xenbus_teardown_ring()
446 grefs[i] = INVALID_GRANT_REF; in xenbus_teardown_ring()
/openbmc/linux/drivers/block/
H A Dxen-blkfront.c330 gnt_list_entry->gref = INVALID_GRANT_REF; in fill_grant_buffer()
359 if (gnt_list_entry->gref != INVALID_GRANT_REF) in get_free_grant()
381 if (gnt_list_entry->gref != INVALID_GRANT_REF) in get_grant()
405 if (gnt_list_entry->gref != INVALID_GRANT_REF) in get_indirect_grant()
1232 if (persistent_gnt->gref != INVALID_GRANT_REF) { in blkif_free_ring()
1479 s->grants_used[i]->gref = INVALID_GRANT_REF; in blkif_completion()
1504 s->indirect_grants[i]->gref = INVALID_GRANT_REF; in blkif_completion()
2543 if (gnt_list_entry->gref == INVALID_GRANT_REF || in purge_persistent_grants()
2549 gnt_list_entry->gref = INVALID_GRANT_REF; in purge_persistent_grants()
/openbmc/linux/include/xen/
H A Dgrant_table.h57 #define INVALID_GRANT_REF ((grant_ref_t)-1) macro
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c1114 info->conn_ring_ref = INVALID_GRANT_REF; in xenhcd_setup_rings()