Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Deprom.c304 u32 bytes_available, ncopied, to_copy; in read_segment_platform_config() local
385 ncopied = 0; in read_segment_platform_config()
386 while (ncopied < entry->size) { in read_segment_platform_config()
408 to_copy = entry->size - ncopied; in read_segment_platform_config()
425 buffer + ncopied); in read_segment_platform_config()
429 ncopied += to_copy; in read_segment_platform_config()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Deprom.c263 u32 bytes_available, ncopied, to_copy; in read_segment_platform_config() local
344 ncopied = 0; in read_segment_platform_config()
345 while (ncopied < entry->size) { in read_segment_platform_config()
367 to_copy = entry->size - ncopied; in read_segment_platform_config()
384 buffer + ncopied); in read_segment_platform_config()
388 ncopied += to_copy; in read_segment_platform_config()

Completed in 3 milliseconds