Lines Matching refs:tx_queue
108 struct k_fifo tx_queue; member
143 struct k_fifo tx_queue; member
594 err = process_queue(chan, &chan->tx_queue); in bt_att_sent()
600 (void)process_queue(chan, &att->tx_queue); in bt_att_sent()
764 err = process_queue(chan, &att->tx_queue); in att_send_process()
781 k_fifo_put(&chan->tx_queue, buf); in bt_att_chan_send_rsp()
3090 while ((buf = k_fifo_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()
3125 while ((buf = k_fifo_get(&chan->tx_queue, K_NO_WAIT))) { in att_chan_detach()
3186 k_fifo_init(&att->tx_queue); in att_chan_attach()
3408 k_fifo_init(&chan->tx_queue); in att_chan_new()
3965 k_fifo_put(&att->tx_queue, buf); in bt_att_send()