Home
last modified time | relevance | path

Searched refs:copy_op (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dhash.c294 struct gnttab_copy copy_op = { in xenvif_set_hash_key() local
307 if (copy_op.len != 0) { in xenvif_set_hash_key()
308 gnttab_batch_copy(&copy_op, 1); in xenvif_set_hash_key()
310 if (copy_op.status != GNTST_okay) in xenvif_set_hash_key()
340 struct gnttab_copy copy_op[2] = {{ in xenvif_set_hash_mapping() local
352 copy_op[0].dest.u.gmfn = virt_to_gfn(mapping + off); in xenvif_set_hash_mapping()
353 copy_op[0].dest.offset = xen_offset_in_page(mapping + off); in xenvif_set_hash_mapping()
354 if (copy_op[0].dest.offset + copy_op[0].len > XEN_PAGE_SIZE) { in xenvif_set_hash_mapping()
355 copy_op[ in xenvif_set_hash_mapping()
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dhash.c294 struct gnttab_copy copy_op = { in xenvif_set_hash_key() local
307 if (copy_op.len != 0) { in xenvif_set_hash_key()
308 gnttab_batch_copy(&copy_op, 1); in xenvif_set_hash_key()
310 if (copy_op.status != GNTST_okay) in xenvif_set_hash_key()
340 struct gnttab_copy copy_op[2] = {{ in xenvif_set_hash_mapping() local
352 copy_op[0].dest.u.gmfn = virt_to_gfn(mapping + off); in xenvif_set_hash_mapping()
353 copy_op[0].dest.offset = xen_offset_in_page(mapping + off); in xenvif_set_hash_mapping()
354 if (copy_op[0].dest.offset + copy_op[0].len > XEN_PAGE_SIZE) { in xenvif_set_hash_mapping()
355 copy_op[ in xenvif_set_hash_mapping()
[all...]

Completed in 2 milliseconds