Searched refs:waiting_for_ack_q (Results 1 – 3 of 3) sorted by relevance
234 fixed_queue_free(p_fcrb->waiting_for_ack_q, osi_free); in l2c_fcr_cleanup()235 p_fcrb->waiting_for_ack_q = NULL; in l2c_fcr_cleanup()368 || (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) >= p_ccb->peer_cfg.fcr.tx_win_sz) ) in l2c_fcr_is_flow_controlled()662 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q), in l2c_fcr_proc_pdu()726 if (fixed_queue_is_empty(p_ccb->fcrb.waiting_for_ack_q)) in l2c_fcr_proc_pdu()910 fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q)); in l2c_fcr_proc_tout()985 if (!fixed_queue_is_empty(p_fcrb->waiting_for_ack_q)) in process_reqseq()997 if (num_bufs_acked > fixed_queue_length(p_fcrb->waiting_for_ack_q)) in process_reqseq()1002 fixed_queue_length(p_fcrb->waiting_for_ack_q)); in process_reqseq()1022 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_try_dequeue(p_fcrb->waiting_for_ack_q); in process_reqseq()[all …]
185 fixed_queue_t *waiting_for_ack_q; /* Buffers sent and waiting for peer to ack */ member
1585 p_ccb->fcrb.waiting_for_ack_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()