Searched refs:msgq_txseq (Results 1 – 1 of 1) sorted by relevance
73 u8 msgq_txseq; member231 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()232 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()233 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()358 seqno = bcsp->msgq_txseq; in bcsp_pkt_cull()701 bcsp->msgq_txseq = (bcsp->msgq_txseq - 1) & 0x07; in bcsp_timed_event()