Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c305 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_add()
327 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; in wfx_sta_remove()
637 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.c214 struct wfx_sta_priv *sta_priv = sta ? (struct wfx_sta_priv *)&sta->drv_priv : NULL; in wfx_tx_get_link_id()
H A Dmain.c275 hw->sta_data_size = sizeof(struct wfx_sta_priv); in wfx_init_common()