Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/habanalabs/common/
Dmemory.c1544 bool next_sg_entry; in alloc_sgt_from_device_pages() local
1575 next_sg_entry = false; in alloc_sgt_from_device_pages()
1589 next_sg_entry = true; in alloc_sgt_from_device_pages()
1596 next_sg_entry = true; in alloc_sgt_from_device_pages()
1600 if (next_sg_entry) { in alloc_sgt_from_device_pages()
1602 next_sg_entry = false; in alloc_sgt_from_device_pages()
1616 next_sg_entry = false; in alloc_sgt_from_device_pages()
1636 next_sg_entry = true; in alloc_sgt_from_device_pages()
1647 if (!next_sg_entry) { in alloc_sgt_from_device_pages()
1649 next_sg_entry = true; in alloc_sgt_from_device_pages()
[all …]