Home
last modified time | relevance | path

Searched refs:msgq_txseq (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dhci_bcsp.c88 u8 msgq_txseq; member
246 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()
247 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()
248 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()
373 seqno = bcsp->msgq_txseq; in bcsp_pkt_cull()
713 bcsp->msgq_txseq = (bcsp->msgq_txseq - 1) & 0x07; in bcsp_timed_event()