Home
last modified time | relevance | path

Searched defs:rtw_mesh_stats (Results 1 – 1 of 1) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/
Drtw_mesh.h342 struct rtw_mesh_stats { struct
343 u32 fwded_mcast; /* Mesh forwarded multicast frames */
344 u32 fwded_unicast; /* Mesh forwarded unicast frames */
345 u32 fwded_frames; /* Mesh total forwarded frames */
346 u32 dropped_frames_ttl; /* Not transmitted since mesh_ttl == 0*/
347 u32 dropped_frames_no_route; /* Not transmitted, no route found */
348 u32 dropped_frames_congestion;/* Not forwarded due to congestion */
349 u32 dropped_frames_duplicate;
351 u32 mrc_del_qlen; /* MRC entry deleted cause by queue length limit */