Searched refs:_pdu_tx_queue (Results 1 – 2 of 2) sorted by relevance
309 struct k_fifo _pdu_tx_queue; member
246 k_fifo_init(&ch->_pdu_tx_queue); in l2cap_br_chan_add()339 k_fifo_put(&br_chan->_pdu_tx_queue, buf); in bt_l2cap_br_send_cb()382 return !k_fifo_is_empty(&br_chan->_pdu_tx_queue); in chan_has_data()403 struct net_buf *pdu = k_fifo_peek_head(&br_chan->_pdu_tx_queue); in l2cap_br_data_pull()420 __maybe_unused struct net_buf *b = k_fifo_get(&br_chan->_pdu_tx_queue, K_NO_WAIT); in l2cap_br_data_pull()1002 struct net_buf *buf = k_fifo_get(&br_chan->_pdu_tx_queue, K_NO_WAIT); in bt_l2cap_br_chan_del()