Searched refs:msgq_txseq (Results 1 – 1 of 1) sorted by relevance
88 u8 msgq_txseq; member246 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()