Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c287 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_add()
309 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_remove()
627 struct wfx_sta_priv *sta_dev = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_set_tim()
H A Dsta.h16 struct wfx_sta_priv { struct
H A Ddata_tx.c244 struct wfx_sta_priv *sta_priv = sta ? (struct wfx_sta_priv *)&sta->drv_priv : NULL; in wfx_tx_get_link_id()