Searched refs:status_priv (Results 1 – 2 of 2) sorted by relevance
142 struct wl18xx_fw_status_priv *status_priv = in wl18xx_tx_immediate_complete() local148 if (priv->last_fw_rls_idx == status_priv->fw_release_idx) in wl18xx_tx_immediate_complete()163 priv->last_fw_rls_idx, status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()165 if (status_priv->fw_release_idx >= WL18XX_FW_MAX_TX_STATUS_DESC) { in wl18xx_tx_immediate_complete()167 status_priv->fw_release_idx); in wl18xx_tx_immediate_complete()172 for (i = priv->last_fw_rls_idx; i != status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()175 status_priv->released_tx_desc[i]); in wl18xx_tx_immediate_complete()180 priv->last_fw_rls_idx = status_priv->fw_release_idx; in wl18xx_tx_immediate_complete()
1715 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_high_prio() local1720 if (!status_priv) in wl18xx_lnk_high_prio()1724 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_high_prio()1731 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()1733 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()1742 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_low_prio() local1747 if (!status_priv) in wl18xx_lnk_low_prio()1750 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_low_prio()1752 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()1755 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()[all …]