Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/wfx/
Dsta.c290 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_add()
313 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_remove()
619 struct wfx_sta_priv *sta_dev = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_set_tim()
Dsta.h16 struct wfx_sta_priv { struct
Ddata_tx.c223 struct wfx_sta_priv *sta_priv = in wfx_tx_get_link_id()
224 sta ? (struct wfx_sta_priv *)&sta->drv_priv : NULL; in wfx_tx_get_link_id()
Dmain.c274 hw->sta_data_size = sizeof(struct wfx_sta_priv); in wfx_init_common()