Searched refs:next_count (Results 1 – 3 of 3) sorted by relevance
96 u64 next_count; in nvmet_execute_get_log_page_resv() local111 next_count = le64_to_cpu(next_log.count); in nvmet_execute_get_log_page_resv()112 if (next_count > cur_count) in nvmet_execute_get_log_page_resv()113 lost_count = next_count - cur_count - 1; in nvmet_execute_get_log_page_resv()115 lost_count = U64_MAX - cur_count + next_count - 1; in nvmet_execute_get_log_page_resv()
188 u8 next_count; member
1131 adb->adgh->next_count = --nr_of_pkts; in ipc_mux_ul_adgh_encode()
Completed in 11 milliseconds