Searched refs:host_seqnum (Results 1 – 2 of 2) sorted by relevance
662 uint32 host_seqnum; /* Seqence number for D2H DMA Indices sync */ member4065 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;
666 uint32 host_seqnum; /* Seqence number for D2H DMA Indices sync */ member4069 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;