OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkt_fate_stats
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp
[
all
...]
common.h
139
packet_fate_monitor_info *
pkt_fate_stats
;
member in struct:hal_info_s
wifilogger.cpp
619
info->
pkt_fate_stats
= (packet_fate_monitor_info *) malloc (
621
if (info->
pkt_fate_stats
== NULL) {
626
memset(info->
pkt_fate_stats
, 0, sizeof(packet_fate_monitor_info));
665
tx_fate_stats = &info->
pkt_fate_stats
->tx_fate_stats[0];
668
info->
pkt_fate_stats
->n_tx_stats_collected);
735
rx_fate_stats = &info->
pkt_fate_stats
->rx_fate_stats[0];
738
info->
pkt_fate_stats
->n_rx_stats_collected);
[
all
...]
wifi_hal.cpp
650
if (info->
pkt_fate_stats
) {
651
free(info->
pkt_fate_stats
);
652
info->
pkt_fate_stats
= NULL;
[
all
...]
Completed in 496 milliseconds