Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firewire/
Dohci.c734 __le16 res_count, next_res_count; in ar_search_last_active_buffer() local
745 next_res_count = ACCESS_ONCE( in ar_search_last_active_buffer()
751 if (next_res_count == cpu_to_le16(PAGE_SIZE)) { in ar_search_last_active_buffer()
762 next_res_count = ACCESS_ONCE( in ar_search_last_active_buffer()
764 if (next_res_count != cpu_to_le16(PAGE_SIZE)) in ar_search_last_active_buffer()
773 res_count = next_res_count; in ar_search_last_active_buffer()