Searched refs:tx_q (Results 1 – 3 of 3) sorted by relevance
478 if (p_lcb->cong == FALSE && !fixed_queue_is_empty(p_lcb->tx_q)) in avct_lcb_cong_ind()481 (p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()604 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()627 fixed_queue_length(p_lcb->tx_q)); in avct_lcb_send_msg()
327 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()373 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
85 fixed_queue_t *tx_q; /* Transmit data buffer queue */ member