Searched refs:rx_queue (Results 1 – 1 of 1) sorted by relevance
59 fixed_queue_t* rx_queue; /* Queue of buffers waiting to be read */ member362 if (fixed_queue_is_empty(p_ccb->rx_queue)) return (GAP_NO_DATA_AVAIL); in GAP_ConnReadData()368 static_cast<BT_HDR*>(fixed_queue_try_peek_first(p_ccb->rx_queue)); in GAP_ConnReadData()384 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in GAP_ConnReadData()841 fixed_queue_enqueue(p_ccb->rx_queue, p_msg); in gap_data_ind()947 p_ccb->rx_queue = fixed_queue_new(SIZE_MAX); in gap_allocate_ccb()973 while (!fixed_queue_is_empty(p_ccb->rx_queue)) in gap_release_ccb()974 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in gap_release_ccb()975 fixed_queue_free(p_ccb->rx_queue, NULL); in gap_release_ccb()976 p_ccb->rx_queue = NULL; in gap_release_ccb()