Lines Matching refs:tx_queue
110 struct k_fifo tx_queue; member
145 struct k_fifo tx_queue; member
618 err = process_queue(chan, &chan->tx_queue); in bt_att_sent()
624 (void)process_queue(chan, &att->tx_queue); in bt_att_sent()
799 err = process_queue(chan, &att->tx_queue); in att_send_process()
816 k_fifo_put(&chan->tx_queue, buf); in bt_att_chan_send_rsp()
3126 while ((buf = k_fifo_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()
3161 while ((buf = k_fifo_get(&chan->tx_queue, K_NO_WAIT))) { in att_chan_detach()
3216 k_fifo_init(&att->tx_queue); in att_chan_attach()
3438 k_fifo_init(&chan->tx_queue); in att_chan_new()
3995 k_fifo_put(&att->tx_queue, buf); in bt_att_send()