Home
last modified time | relevance | path

Searched refs:wl_sta (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wlcore/ !
Dmain.c853 struct wl1271_station *wl_sta; in wlcore_save_freed_pkts() local
856 wl_sta = (void *)sta->drv_priv; in wlcore_save_freed_pkts()
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()
3351 struct wl1271_station *wl_sta; in wl1271_set_key() local
3355 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl1271_set_key()
3356 hlid = wl_sta->hlid; in wl1271_set_key()
3487 struct wl1271_station *wl_sta = (void *)sta->drv_priv; in wlcore_set_key() local
3488 hlid = wl_sta->hlid; in wlcore_set_key()
4967 struct wl1271_station *wl_sta; in wl1271_allocate_sta() local
[all …]
Dtx.c144 struct wl1271_station *wl_sta; in wl12xx_tx_get_hlid_ap() local
146 wl_sta = (struct wl1271_station *)sta->drv_priv; in wl12xx_tx_get_hlid_ap()
147 return wl_sta->hlid; in wl12xx_tx_get_hlid_ap()
Dwlcore.h510 struct wl1271_station *wl_sta, bool in_conn);