Searched refs:from_this_cache_entry (Results 1 – 1 of 1) sorted by relevance
1515 size_t from_this_cache_entry) in add_mapping_to_sdma_packet() argument1529 while (from_this_cache_entry) { in add_mapping_to_sdma_packet()1542 if (from_this_page < from_this_cache_entry) { in add_mapping_to_sdma_packet()1550 from_this_page = from_this_cache_entry; in add_mapping_to_sdma_packet()1571 from_this_cache_entry -= from_this_page; in add_mapping_to_sdma_packet()1583 size_t from_this_cache_entry; in add_system_iovec_to_sdma_packet() local1595 from_this_cache_entry = cache_entry->rb.len - (start - cache_entry->rb.addr); in add_system_iovec_to_sdma_packet()1596 if (from_this_cache_entry > from_this_iovec) in add_system_iovec_to_sdma_packet()1597 from_this_cache_entry = from_this_iovec; in add_system_iovec_to_sdma_packet()1600 from_this_cache_entry); in add_system_iovec_to_sdma_packet()[all …]