Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c802 __le16 res_count, next_res_count; in ar_search_last_active_buffer() local
813 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
818 if (next_res_count == cpu_to_le16(PAGE_SIZE)) { in ar_search_last_active_buffer()
829 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
830 if (next_res_count != cpu_to_le16(PAGE_SIZE)) in ar_search_last_active_buffer()
839 res_count = next_res_count; in ar_search_last_active_buffer()