Home
last modified time | relevance | path

Searched refs:status_priv (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dtx.c148 struct wl18xx_fw_status_priv *status_priv = in wl18xx_tx_immediate_complete() local
154 if (priv->last_fw_rls_idx == status_priv->fw_release_idx) in wl18xx_tx_immediate_complete()
169 priv->last_fw_rls_idx, status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()
171 if (status_priv->fw_release_idx >= WL18XX_FW_MAX_TX_STATUS_DESC) { in wl18xx_tx_immediate_complete()
173 status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()
179 i != status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()
182 status_priv->released_tx_desc[i]); in wl18xx_tx_immediate_complete()
187 priv->last_fw_rls_idx = status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()
Dmain.c1666 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_high_prio() local
1671 if (!status_priv) in wl18xx_lnk_high_prio()
1675 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_high_prio()
1682 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1684 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1693 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_low_prio() local
1698 if (!status_priv) in wl18xx_lnk_low_prio()
1701 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_low_prio()
1703 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1706 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
[all …]