Searched refs:total_freed_pkts (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h282 u64 total_freed_pkts; member in struct:wl1271_link
335 u64 total_freed_pkts; member in struct:wl1271_station
481 u64 total_freed_pkts; member in struct:wl12xx_vif
H A Dcmd.c340 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts;
380 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts;
390 wlvif->total_freed_pkts += sqn_padding;
393 wl->links[*hlid].total_freed_pkts = 0;
651 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts =
652 wlvif->total_freed_pkts;
H A Dmain.c429 lnk->total_freed_pkts += diff;
857 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts;
867 wl_sta->total_freed_pkts += sqn_recovery_padding;
3498 u64 tx_seq = wl->links[hlid].total_freed_pkts;
4988 wl->links[wl_sta->hlid].total_freed_pkts = wl_sta->total_freed_pkts;
5203 wlvif->total_freed_pkts = 0;
5210 wlvif->total_freed_pkts = wl_sta->total_freed_pkts;
[all...]
H A Ddebugfs.c601 VIF_STATE_PRINT_LLHEX(total_freed_pkts);

Completed in 318 milliseconds