Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_bcsp.c73 u8 msgq_txseq; member
231 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_rtk_h5.c91 u8 msgq_txseq; member
263 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()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.h137 uint8_t msgq_txseq; /* next pkt seq */ member
H A Dhciattach_rtk.c457 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()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c418 RT_U8 msgq_txseq; /* next pkt seq */ member
1048 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()