Searched refs:bdlog_bufsize (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_statlog.c | 91 statlog->bdlog_bufsize = (uint32)(dhd_ring_get_hdr_size() + in dhd_attach_statlog() 93 buf = VMALLOCZ(dhdp->osh, statlog->bdlog_bufsize); in dhd_attach_statlog() 100 statlog->bdlog_ringbuf = dhd_ring_init(dhdp, buf, statlog->bdlog_bufsize, in dhd_attach_statlog() 105 VMFREE(dhdp->osh, buf, statlog->bdlog_bufsize); in dhd_attach_statlog() 123 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_attach_statlog() 152 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_detach_statlog()
|
| H A D | dhd_statlog.h | 51 uint32 bdlog_bufsize; /* size of ring buffer for bigdata logging */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_statlog.c | 91 statlog->bdlog_bufsize = (uint32)(dhd_ring_get_hdr_size() + in dhd_attach_statlog() 93 buf = VMALLOCZ(dhdp->osh, statlog->bdlog_bufsize); in dhd_attach_statlog() 100 statlog->bdlog_ringbuf = dhd_ring_init(dhdp, buf, statlog->bdlog_bufsize, in dhd_attach_statlog() 105 VMFREE(dhdp->osh, buf, statlog->bdlog_bufsize); in dhd_attach_statlog() 123 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_attach_statlog() 152 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_detach_statlog()
|
| H A D | dhd_statlog.h | 51 uint32 bdlog_bufsize; /* size of ring buffer for bigdata logging */ member
|