Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/
H A DREADME_MLAN722 mlanutl mlanX tp_state [mode] [drop_point]
4879 tp_state
4884 mlanutl mlanX tp_state [mode] [drop_point]
4887 [mode] : enable/disable tp_state collecting
4901 mlanutl mlan0 tp_state 1 1 Collect throughput result and drop tx pkts at point 1.
4902 mlanutl mlan0 tp_state Get throughput results (only works with enable mode).
4903 mlanutl mlan0 tp_state 0 Disable throughput accounting.
4904 mlanutl mlan0 tp_state 1 0xff Just for reading TX/RX accounting, no pkts drop
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_ioctl.c4913 pmadapter->tp_state_on = pmisc->param.tp_state.on; in wlan_misc_ioctl_tp_state()
4914 pmadapter->tp_state_drop_point = pmisc->param.tp_state.drop_point; in wlan_misc_ioctl_tp_state()
H A Dmlan_ioctl.h5830 mlan_ds_misc_tp_state tp_state; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ioctl.h5830 mlan_ds_misc_tp_state tp_state; member
H A Dmoal_eth_ioctl.c18542 misc->param.tp_state.on = handle->tp_acnt.on; in woal_set_tp_state()
18543 misc->param.tp_state.drop_point = handle->tp_acnt.drop_point; in woal_set_tp_state()