Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c134 struct wl18xx_fw_status_priv *status_priv = in wl18xx_tx_immediate_complete() local
140 if (priv->last_fw_rls_idx == status_priv->fw_release_idx) in wl18xx_tx_immediate_complete()
155 priv->last_fw_rls_idx, status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()
157 if (status_priv->fw_release_idx >= WL18XX_FW_MAX_TX_STATUS_DESC) { in wl18xx_tx_immediate_complete()
159 status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()
165 i != status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()
168 status_priv->released_tx_desc[i]); in wl18xx_tx_immediate_complete()
173 priv->last_fw_rls_idx = status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()
H A Dmain.c1652 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_high_prio() local
1657 if (!status_priv) in wl18xx_lnk_high_prio()
1661 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_high_prio()
1668 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()
1670 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()
1679 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_low_prio() local
1684 if (!status_priv) in wl18xx_lnk_low_prio()
1687 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_low_prio()
1689 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()
1692 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()
[all …]