Searched refs:status_priv (Results 1 – 2 of 2) sorted by relevance
144 struct wl18xx_fw_status_priv *status_priv = in wl18xx_tx_immediate_complete() local150 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()
1608 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_high_prio() local1613 if (!status_priv) in wl18xx_lnk_high_prio()1617 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_high_prio()1624 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()1626 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()1635 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_low_prio() local1640 if (!status_priv) in wl18xx_lnk_low_prio()1643 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_low_prio()1645 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()1648 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()[all …]