Searched refs:tx_queue (Results 1 – 2 of 2) sorted by relevance
519 fixed_queue_enqueue(p_ccb->tx_queue, p_buf); in GAP_ConnWriteData()531 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) in GAP_ConnWriteData()1084 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) in gap_congestion_ind()1175 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()1213 while (!fixed_queue_is_empty(p_ccb->tx_queue)) in gap_release_ccb()1214 osi_free(fixed_queue_try_dequeue(p_ccb->tx_queue)); in gap_release_ccb()1215 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()1216 p_ccb->tx_queue = NULL; in gap_release_ccb()
78 fixed_queue_t *tx_queue; /* Queue of buffers waiting to be sent */ member