Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmutils.c697 #define LOGSIZE 256 /* should be power of 2 to avoid div below */ macro
704 } logtab[LOGSIZE];
743 logi = (i + 1) % LOGSIZE; in bcmlog()
750 readi = (readi + 1) % LOGSIZE; in bcmlog()
755 readi = readi % LOGSIZE; in bcmlog()
788 logi = (i + 1) % LOGSIZE; in bcmstats()
798 readi = (readi + 1) % LOGSIZE; in bcmstats()
802 readi = readi % LOGSIZE; in bcmstats()
824 num += LOGSIZE; in bcmdumplog()
828 for (j = 0; j < num && (buf < limit); readi = (readi + 1) % LOGSIZE, j++) { in bcmdumplog()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmutils.c697 #define LOGSIZE 256 /* should be power of 2 to avoid div below */ macro
704 } logtab[LOGSIZE];
743 logi = (i + 1) % LOGSIZE; in bcmlog()
750 readi = (readi + 1) % LOGSIZE; in bcmlog()
755 readi = readi % LOGSIZE; in bcmlog()
788 logi = (i + 1) % LOGSIZE; in bcmstats()
798 readi = (readi + 1) % LOGSIZE; in bcmstats()
802 readi = readi % LOGSIZE; in bcmstats()
824 num += LOGSIZE; in bcmdumplog()
828 for (j = 0; j < num && (buf < limit); readi = (readi + 1) % LOGSIZE, j++) { in bcmdumplog()
[all …]