Searched refs:_pdu_tx_queue (Results 1 – 2 of 2) sorted by relevance
309 struct k_fifo _pdu_tx_queue; member
240 k_fifo_init(&ch->_pdu_tx_queue); in l2cap_br_chan_add()326 k_fifo_put(&br_chan->_pdu_tx_queue, buf); in bt_l2cap_br_send_cb()369 return !k_fifo_is_empty(&br_chan->_pdu_tx_queue); in chan_has_data()390 struct net_buf *pdu = k_fifo_peek_head(&br_chan->_pdu_tx_queue); in l2cap_br_data_pull()407 __maybe_unused struct net_buf *b = k_fifo_get(&br_chan->_pdu_tx_queue, K_NO_WAIT); in l2cap_br_data_pull()958 struct net_buf *buf = k_fifo_get(&br_chan->_pdu_tx_queue, K_NO_WAIT); in bt_l2cap_br_chan_del()