Searched refs:num_pkt (Results 1 – 1 of 1) sorted by relevance
38 static void smp_tx_complete_callback(UINT16 cid, UINT16 num_pkt);215 static void smp_tx_complete_callback (UINT16 cid, UINT16 num_pkt) in smp_tx_complete_callback() argument219 if (p_cb->total_tx_unacked >= num_pkt) in smp_tx_complete_callback()220 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()222 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__,num_pkt); in smp_tx_complete_callback()