Searched refs:msgq_txseq (Results 1 – 5 of 5) 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()
91 u8 msgq_txseq; member263 tmp = h5->msgq_txseq; in h5_prepare_pkt()264 hdr[0] |= 0x80 + h5->msgq_txseq; in h5_prepare_pkt()265 h5->msgq_txseq = (h5->msgq_txseq + 1) & 0x07; in h5_prepare_pkt()385 seqno = h5->msgq_txseq; in h5_pkt_cull()826 h5->msgq_txseq = (h5->msgq_txseq - 1) & 0x07; in h5_timed_event()
137 uint8_t msgq_txseq; /* next pkt seq */ member
457 hdr[0] |= 0x80 + h5->msgq_txseq; in h5_prepare_pkt()459 ++(h5->msgq_txseq); in h5_prepare_pkt()460 h5->msgq_txseq = (h5->msgq_txseq) & 0x07; in h5_prepare_pkt()
418 RT_U8 msgq_txseq; /* next pkt seq */ member1048 hdr[0] |= 0x80 + h5->msgq_txseq; in h5_prepare_pkt()1050 ++(h5->msgq_txseq); in h5_prepare_pkt()1051 h5->msgq_txseq = (h5->msgq_txseq) & 0x07; in h5_prepare_pkt()1101 seqno = h5->msgq_txseq; in h5_remove_acked_pkt()