Searched refs:xmit_hold_q (Results 1 – 8 of 8) sorted by relevance
950 while ((p_buf2 = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != NULL) in l2cu_send_peer_disc_req()1582 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1704 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()1705 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb()3403 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr()3425 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_channel_in_rr()3439 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_channel_in_rr()3449 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_channel_in_rr()3510 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_channel()3558 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2cu_get_next_buffer_to_send()[all …]
1871 … fixed_queue_length(p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->xmit_hold_q), in L2CA_SendFixedChnlData()2227 fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()2228 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()2273 while ( (num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) in L2CA_FlushChannel()2275 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel()2296 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
371 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2c_fcr_is_flow_controlled()805 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2c_fcr_proc_pdu()1040 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()1317 else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame()1705 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1742 p_xmit = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1856 p_buf = (BT_HDR *)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()1918 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
909 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2c_csm_config()999 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) in l2c_csm_config()1499 if (p_ccb->xmit_hold_q == NULL) { in l2c_enqueue_peer_data()1504 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
455 (fixed_queue_length(p_ccb->xmit_hold_q) + in L2CA_UcdDataWrite()
311 fixed_queue_t *xmit_hold_q; /* Transmit data hold queue */ member
939 fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
1025 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) in l2c_link_check_power_mode()