Home
last modified time | relevance | path

Searched refs:tp_acnt (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c282 handle->tp_acnt.on, handle->tp_acnt.drop_point); in woal_info_proc_read()
286 handle->tp_acnt.tx_packets[i]); in woal_info_proc_read()
288 handle->tp_acnt.tx_packets_last[i]); in woal_info_proc_read()
290 handle->tp_acnt.tx_packets_rate[i]); in woal_info_proc_read()
292 handle->tp_acnt.tx_bytes[i]); in woal_info_proc_read()
294 handle->tp_acnt.tx_bytes_last[i]); in woal_info_proc_read()
296 handle->tp_acnt.tx_bytes_rate[i] * 8 / 1024 / 1024); in woal_info_proc_read()
299 handle->tp_acnt.tx_amsdu_cnt); in woal_info_proc_read()
301 handle->tp_acnt.tx_amsdu_cnt_last); in woal_info_proc_read()
303 handle->tp_acnt.tx_amsdu_cnt_rate); in woal_info_proc_read()
[all …]
H A Dmoal_shim.c684 handle->tp_acnt.rx_amsdu_delay[handle->tp_acnt.rx_amsdu_index] =
686 handle->tp_acnt.rx_amsdu_copy_delay[handle->tp_acnt.rx_amsdu_index] =
688 handle->tp_acnt.rx_amsdu_index++;
689 if (handle->tp_acnt.rx_amsdu_index >= TXRX_MAX_SAMPLE)
690 handle->tp_acnt.rx_amsdu_index = 0;
712 handle->tp_acnt.tx_bytes[drop_point] += pmbuf->data_len;
715 handle->tp_acnt.tx_bytes[drop_point] += skb->len;
717 handle->tp_acnt.tx_packets[drop_point]++;
730 handle->tp_acnt
733 handle->tp_acnt.rx_packets[drop_point -
[all …]
H A Dmoal_eth_ioctl.c18463 phandle->tp_acnt.tx_bytes_rate[i] = in woal_tp_acnt_timer_func()
18464 phandle->tp_acnt.tx_bytes[i] - in woal_tp_acnt_timer_func()
18465 phandle->tp_acnt.tx_bytes_last[i]; in woal_tp_acnt_timer_func()
18466 phandle->tp_acnt.tx_bytes_last[i] = in woal_tp_acnt_timer_func()
18467 phandle->tp_acnt.tx_bytes[i]; in woal_tp_acnt_timer_func()
18468 phandle->tp_acnt.tx_packets_rate[i] = in woal_tp_acnt_timer_func()
18469 phandle->tp_acnt.tx_packets[i] - in woal_tp_acnt_timer_func()
18470 phandle->tp_acnt.tx_packets_last[i]; in woal_tp_acnt_timer_func()
18471 phandle->tp_acnt.tx_packets_last[i] = in woal_tp_acnt_timer_func()
18472 phandle->tp_acnt.tx_packets[i]; in woal_tp_acnt_timer_func()
[all …]
H A Dmoal_main.c7263 if (priv->phandle->tp_acnt.on)
7266 if (priv->phandle->tp_acnt.drop_point == 1) {
10977 if (handle->tp_acnt.on) {
10978 handle->tp_acnt.on = 0;
10979 handle->tp_acnt.drop_point = 0;
10981 woal_cancel_timer(&handle->tp_acnt.timer);
H A Dmoal_main.h2719 moal_tp_acnt_t tp_acnt; member