Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h286 u64 total_freed_pkts; member
340 u64 total_freed_pkts; member
491 u64 total_freed_pkts; member
Dcmd.c348 wl->links[link].total_freed_pkts = wlvif->total_freed_pkts; in wl12xx_allocate_link()
389 wlvif->total_freed_pkts = wl->links[*hlid].total_freed_pkts; in wl12xx_free_link()
399 wlvif->total_freed_pkts += sqn_padding; in wl12xx_free_link()
402 wl->links[*hlid].total_freed_pkts = 0; in wl12xx_free_link()
660 wl->links[wlvif->ap.bcast_hlid].total_freed_pkts = in wl12xx_cmd_role_start_ap()
661 wlvif->total_freed_pkts; in wl12xx_cmd_role_start_ap()
Dmain.c476 lnk->total_freed_pkts += diff16; in wlcore_fw_status()
484 lnk->total_freed_pkts += diff; in wlcore_fw_status()
498 lnk->total_freed_pkts += diff16; in wlcore_fw_status()
506 lnk->total_freed_pkts += diff; in wlcore_fw_status()
936 wl_sta->total_freed_pkts = wl->links[hlid].total_freed_pkts; in wlcore_save_freed_pkts()
946 wl_sta->total_freed_pkts += sqn_recovery_padding; in wlcore_save_freed_pkts()
3577 u64 tx_seq = wl->links[hlid].total_freed_pkts; in wlcore_set_key()
5071 wl->links[wl_sta->hlid].total_freed_pkts = wl_sta->total_freed_pkts; in wl1271_allocate_sta()
5285 wlvif->total_freed_pkts = 0; in wl12xx_update_sta_state()
5292 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()