Searched refs:mshstats (Results 1 – 8 of 8) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/ |
D | rtw_mesh_hwmp.c | 606 minfo->mshstats.dropped_frames_ttl++; in rtw_hwmp_preq_frame_process() 617 minfo->mshstats.dropped_frames_ttl++; in rtw_hwmp_preq_frame_process() 637 minfo->mshstats.fwded_unicast++; in rtw_hwmp_preq_frame_process() 639 minfo->mshstats.fwded_mcast++; in rtw_hwmp_preq_frame_process() 640 minfo->mshstats.fwded_frames++; in rtw_hwmp_preq_frame_process() 656 struct rtw_mesh_stats *mshstats = &adapter->mesh_info.mshstats; in rtw_hwmp_prep_frame_process() local 695 mshstats->dropped_frames_ttl++; in rtw_hwmp_prep_frame_process() 724 mshstats->fwded_unicast++; in rtw_hwmp_prep_frame_process() 725 mshstats->fwded_frames++; in rtw_hwmp_prep_frame_process() 730 mshstats->dropped_frames_no_route++; in rtw_hwmp_prep_frame_process() [all …]
|
D | rtw_mesh.c | 3216 minfo->mshstats.mrc_del_qlen++; in rtw_mrc_check() 4133 minfo->mshstats.dropped_frames_duplicate++; in rtw_mesh_rx_msdu_act_check() 4172 minfo->mshstats.dropped_frames_no_route++; in rtw_mesh_rx_msdu_act_check() 4245 minfo->mshstats.dropped_frames_no_route++; in rtw_mesh_rx_msdu_act_check() 4298 minfo->mshstats.dropped_frames_ttl++; in rtw_mesh_rx_msdu_act_check() 4371 minfo->mshstats.fwded_mcast++; in rtw_mesh_rx_msdu_act_check() 4373 minfo->mshstats.fwded_unicast++; in rtw_mesh_rx_msdu_act_check() 4374 minfo->mshstats.fwded_frames++; in rtw_mesh_rx_msdu_act_check() 4384 struct rtw_mesh_stats *stats = &minfo->mshstats; in dump_mesh_stats()
|
D | rtw_mesh.h | 391 struct rtw_mesh_stats mshstats; member
|
D | rtw_mesh_pathtbl.c | 1083 adapter->mesh_info.mshstats.dropped_frames_no_route++; in rtw_mesh_path_discard_frame()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | mesh_hwmp.c | 648 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 659 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_preq_frame_process() 679 ifmsh->mshstats.fwded_unicast++; in hwmp_preq_frame_process() 681 ifmsh->mshstats.fwded_mcast++; in hwmp_preq_frame_process() 682 ifmsh->mshstats.fwded_frames++; in hwmp_preq_frame_process() 719 sdata->u.mesh.mshstats.dropped_frames_ttl++; in hwmp_prep_frame_process() 748 sdata->u.mesh.mshstats.fwded_unicast++; in hwmp_prep_frame_process() 749 sdata->u.mesh.mshstats.fwded_frames++; in hwmp_prep_frame_process() 754 sdata->u.mesh.mshstats.dropped_frames_no_route++; in hwmp_prep_frame_process() 771 ifmsh->mshstats.dropped_frames_ttl++; in hwmp_perr_frame_process() [all …]
|
D | debugfs_netdev.c | 591 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 592 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 593 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 594 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 596 u.mesh.mshstats.dropped_frames_congestion, DEC); 598 u.mesh.mshstats.dropped_frames_no_route, DEC);
|
D | mesh_pathtbl.c | 720 sdata->u.mesh.mshstats.dropped_frames_no_route++; in mesh_path_discard_frame()
|
D | ieee80211_i.h | 708 struct mesh_stats mshstats; member 753 do { (msh)->mshstats.name++; } while (0)
|