Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c765 __le16 res_count, next_res_count; in ar_search_last_active_buffer() local
776 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
781 if (next_res_count == cpu_to_le16(PAGE_SIZE)) { in ar_search_last_active_buffer()
792 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
793 if (next_res_count != cpu_to_le16(PAGE_SIZE)) in ar_search_last_active_buffer()
802 res_count = next_res_count; in ar_search_last_active_buffer()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c768 __le16 res_count, next_res_count; in ar_search_last_active_buffer() local
779 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
784 if (next_res_count == cpu_to_le16(PAGE_SIZE)) { in ar_search_last_active_buffer()
795 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
796 if (next_res_count != cpu_to_le16(PAGE_SIZE)) in ar_search_last_active_buffer()
805 res_count = next_res_count; in ar_search_last_active_buffer()

Completed in 10 milliseconds