Home
last modified time | relevance | path

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

/drivers/nvme/target/
A Dpr.c96 u64 next_count; in nvmet_execute_get_log_page_resv() local
111 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()
/drivers/net/wwan/iosm/
A Diosm_ipc_mux_codec.h188 u8 next_count; member
A Diosm_ipc_mux_codec.c1131 adb->adgh->next_count = --nr_of_pkts; in ipc_mux_ul_adgh_encode()

Completed in 11 milliseconds