Home
last modified time | relevance | path

Searched refs:bdlog_ringbuf (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_statlog.c100 statlog->bdlog_ringbuf = dhd_ring_init(dhdp, buf, statlog->bdlog_bufsize, in dhd_attach_statlog()
102 if (!statlog->bdlog_ringbuf) { in dhd_attach_statlog()
121 if (statlog->bdlog_ringbuf) { in dhd_attach_statlog()
122 dhd_ring_deinit(dhdp, statlog->bdlog_ringbuf); in dhd_attach_statlog()
123 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_attach_statlog()
150 if (statlog->bdlog_ringbuf) { in dhd_detach_statlog()
151 dhd_ring_deinit(dhdp, statlog->bdlog_ringbuf); in dhd_detach_statlog()
152 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_detach_statlog()
211 elem_bd = (stat_elem_t *)dhd_ring_get_empty(statlog->bdlog_ringbuf); in dhd_statlog_ring_log()
887 ringbuf = statlog->bdlog_ringbuf; in dhd_statlog_get_latest_info()
H A Ddhd_statlog.h50 void *bdlog_ringbuf; /* fixed ring buffer for bigdata logging */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_statlog.c100 statlog->bdlog_ringbuf = dhd_ring_init(dhdp, buf, statlog->bdlog_bufsize, in dhd_attach_statlog()
102 if (!statlog->bdlog_ringbuf) { in dhd_attach_statlog()
121 if (statlog->bdlog_ringbuf) { in dhd_attach_statlog()
122 dhd_ring_deinit(dhdp, statlog->bdlog_ringbuf); in dhd_attach_statlog()
123 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_attach_statlog()
150 if (statlog->bdlog_ringbuf) { in dhd_detach_statlog()
151 dhd_ring_deinit(dhdp, statlog->bdlog_ringbuf); in dhd_detach_statlog()
152 VMFREE(dhdp->osh, statlog->bdlog_ringbuf, statlog->bdlog_bufsize); in dhd_detach_statlog()
211 elem_bd = (stat_elem_t *)dhd_ring_get_empty(statlog->bdlog_ringbuf); in dhd_statlog_ring_log()
887 ringbuf = statlog->bdlog_ringbuf; in dhd_statlog_get_latest_info()
H A Ddhd_statlog.h50 void *bdlog_ringbuf; /* fixed ring buffer for bigdata logging */ member