Searched refs:nr_of_pkts (Results 1 – 1 of 1) sorted by relevance
1044 * requested max_nr_of_pkts. Otherwise restrict the nr_of_pkts in ipc_mux_ul_bytes_credits_check() 1062 struct mux_adb *adb, int nr_of_pkts) in ipc_mux_ul_adgh_encode() argument 1074 nr_of_pkts = ipc_mux_ul_bytes_credits_check(ipc_mux, session, ul_list, in ipc_mux_ul_adgh_encode() 1075 nr_of_pkts); in ipc_mux_ul_adgh_encode() 1077 /* If calculated nr_of_pkts from available credits is <= 0 in ipc_mux_ul_adgh_encode() 1080 if (nr_of_pkts <= 0) in ipc_mux_ul_adgh_encode() 1090 while (nr_of_pkts > 0) { in ipc_mux_ul_adgh_encode() 1103 nr_of_pkts); in ipc_mux_ul_adgh_encode() 1131 adb->adgh->next_count = --nr_of_pkts; in ipc_mux_ul_adgh_encode()