Searched refs:num_pkt (Results 1 – 1 of 1) sorted by relevance
35 static void smp_tx_complete_callback(uint16_t cid, uint16_t num_pkt);211 static void smp_tx_complete_callback(uint16_t cid, uint16_t num_pkt) { in smp_tx_complete_callback() argument214 if (p_cb->total_tx_unacked >= num_pkt) in smp_tx_complete_callback()215 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()217 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__, num_pkt); in smp_tx_complete_callback()