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

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddma_buffer.cpp224 size_t sg_list_size = buffer->size / B_PAGE_SIZE * sizeof( physical_entry ); local
226 sg_list_size = (sg_list_size + B_PAGE_SIZE - 1) & ~(B_PAGE_SIZE - 1);
229 (void **)&buffer->sg_list, B_ANY_KERNEL_ADDRESS, sg_list_size,
234 " bytes", sg_list_size );
241 size_t sg_list_entries = sg_list_size / sizeof(physical_entry);

Completed in 28 milliseconds