Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h295 u64 total_freed_pkts; member
348 u64 total_freed_pkts; member
494 u64 total_freed_pkts; member
Dcmd.c356 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts; in wl12xx_allocate_link()
396 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts; in wl12xx_free_link()
406 wlvif->total_freed_pkts += sqn_padding; in wl12xx_free_link()
409 wl->links[*hlid].total_freed_pkts = 0; in wl12xx_free_link()
667 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts = in wl12xx_cmd_role_start_ap()
668 wlvif->total_freed_pkts; in wl12xx_cmd_role_start_ap()
Dmain.c449 lnk->total_freed_pkts += diff; in wlcore_fw_status()
871 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts; in wlcore_save_freed_pkts()
881 wl_sta->total_freed_pkts += sqn_recovery_padding; in wlcore_save_freed_pkts()
3533 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key()
5047 wl->links[wl_sta->hlid].total_freed_pkts = wl_sta->total_freed_pkts; in wl1271_allocate_sta()
5261 wlvif->total_freed_pkts = 0; in wl12xx_update_sta_state()
5268 wlvif->total_freed_pkts = wl_sta->total_freed_pkts; in wl12xx_update_sta_state()
Ddebugfs.c631 VIF_STATE_PRINT_LLHEX(total_freed_pkts); in vifs_state_read()