Searched refs:tx_queue (Results 1 – 1 of 1) sorted by relevance
61 fixed_queue_t* tx_queue; /* Queue of buffers waiting to be sent */ member490 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) { in gap_try_write_queued_data()539 fixed_queue_enqueue(p_ccb->tx_queue, msg); in GAP_ConnWriteData()1105 p_ccb->tx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()1137 while (!fixed_queue_is_empty(p_ccb->tx_queue)) in gap_release_ccb()1138 osi_free(fixed_queue_try_dequeue(p_ccb->tx_queue)); in gap_release_ccb()1139 fixed_queue_free(p_ccb->tx_queue, NULL); in gap_release_ccb()1140 p_ccb->tx_queue = NULL; in gap_release_ccb()