Searched refs:num_bufs_acked (Results 1 – 1 of 1) sorted by relevance
99 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked);880 UINT8 req_seq, num_bufs_acked, xx; in process_reqseq() local899 num_bufs_acked = (req_seq - p_fcrb->last_rx_ack) & L2CAP_FCR_SEQ_MODULO; in process_reqseq()902 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) { in process_reqseq()915 if (num_bufs_acked != 0) { in process_reqseq()920 l2c_fcr_collect_ack_delay (p_ccb, num_bufs_acked); in process_reqseq()923 for (xx = 0; xx < num_bufs_acked; xx++) { in process_reqseq()2132 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked) in l2c_fcr_collect_ack_delay() argument2162 (node != list_end(list)) && (xx < num_bufs_acked); in l2c_fcr_collect_ack_delay()2168 if ( xx == num_bufs_acked - 1 ) { in l2c_fcr_collect_ack_delay()