Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c662 uint32 host_seqnum; /* Seqence number for D2H DMA Indices sync */ member
4065 prot->host_seqnum = D2H_EPOCH_INIT_VAL % D2H_EPOCH_MODULO; in dhd_prot_init()
12004 prot->host_seqnum, dngl_seqnum));
12006 if (prot->host_seqnum == dngl_seqnum) {
12011 dhd_prot_write_host_seqnum(dhd, prot->host_seqnum);
12014 prot->host_seqnum++;
12015 prot->host_seqnum %= D2H_EPOCH_MODULO;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c666 uint32 host_seqnum; /* Seqence number for D2H DMA Indices sync */ member
4069 prot->host_seqnum = D2H_EPOCH_INIT_VAL % D2H_EPOCH_MODULO; in dhd_prot_init()
12008 prot->host_seqnum, dngl_seqnum));
12010 if (prot->host_seqnum == dngl_seqnum) {
12015 dhd_prot_write_host_seqnum(dhd, prot->host_seqnum);
12018 prot->host_seqnum++;
12019 prot->host_seqnum %= D2H_EPOCH_MODULO;