Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpin_system.c286 size_t from_this_cache_entry) in add_mapping_to_sdma_packet() argument
300 while (from_this_cache_entry) { in add_mapping_to_sdma_packet()
313 if (from_this_page < from_this_cache_entry) { in add_mapping_to_sdma_packet()
321 from_this_page = from_this_cache_entry; in add_mapping_to_sdma_packet()
342 from_this_cache_entry -= from_this_page; in add_mapping_to_sdma_packet()
354 size_t from_this_cache_entry; in add_system_iovec_to_sdma_packet() local
367 if (from_this_cache_entry > from_this_iovec) in add_system_iovec_to_sdma_packet()
368 from_this_cache_entry = from_this_iovec; in add_system_iovec_to_sdma_packet()
371 from_this_cache_entry); in add_system_iovec_to_sdma_packet()
385 iovec->offset += from_this_cache_entry; in add_system_iovec_to_sdma_packet()
[all …]