Searched refs:from_this_cache_entry (Results 1 – 1 of 1) sorted by relevance
286 size_t from_this_cache_entry) in add_mapping_to_sdma_packet() argument300 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() local366 from_this_cache_entry = cache_entry->rb.len - (start - cache_entry->rb.addr); in add_system_iovec_to_sdma_packet()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()[all …]