Searched refs:tx_q (Results 1 – 3 of 3) sorted by relevance
507 if (!p_lcb->cong && !fixed_queue_is_empty(p_lcb->tx_q)) { in avct_lcb_cong_ind()509 (p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) { in avct_lcb_cong_ind()617 fixed_queue_enqueue(p_lcb->tx_q, p_buf); in avct_lcb_send_msg()634 log::verbose("tx_q_count:{}", fixed_queue_length(p_lcb->tx_q)); in avct_lcb_send_msg()
283 p_lcb->tx_q = fixed_queue_new(SIZE_MAX); in avct_lcb_alloc()324 fixed_queue_free(p_lcb->tx_q, NULL); in avct_lcb_dealloc()
83 fixed_queue_t* tx_q; /* Transmit data buffer queue */ member