Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h282 u64 total_freed_pkts; member
335 u64 total_freed_pkts; member
481 u64 total_freed_pkts; member
Dcmd.c340 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts; in wl12xx_allocate_link()
380 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts; in wl12xx_free_link()
390 wlvif->total_freed_pkts += sqn_padding; in wl12xx_free_link()
393 wl->links[*hlid].total_freed_pkts = 0; in wl12xx_free_link()
651 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts = in wl12xx_cmd_role_start_ap()
652 wlvif->total_freed_pkts; in wl12xx_cmd_role_start_ap()
Dmain.c429 lnk->total_freed_pkts += diff; in wlcore_fw_status()
857 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts; in wlcore_save_freed_pkts()
867 wl_sta->total_freed_pkts += sqn_recovery_padding; in wlcore_save_freed_pkts()
3496 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key()
4984 wl->links[wl_sta->hlid].total_freed_pkts = wl_sta->total_freed_pkts; in wl1271_allocate_sta()
5199 wlvif->total_freed_pkts = 0; in wl12xx_update_sta_state()
5206 wlvif->total_freed_pkts = wl_sta->total_freed_pkts; in wl12xx_update_sta_state()
Ddebugfs.c601 VIF_STATE_PRINT_LLHEX(total_freed_pkts); in vifs_state_read()