Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_bcsp.c87 u8 msgq_txseq; member
243 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()
244 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()
245 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()
361 seqno = bcsp->msgq_txseq; in bcsp_pkt_cull()
682 bcsp->msgq_txseq = (bcsp->msgq_txseq - 1) & 0x07; in bcsp_timed_event()