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()
1716 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_high_prio() local1721 if (!status_priv) in wl18xx_lnk_high_prio()1725 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_high_prio()1732 thold = status_priv->tx_fast_link_prio_threshold; in wl18xx_lnk_high_prio()1734 thold = status_priv->tx_slow_link_prio_threshold; in wl18xx_lnk_high_prio()1743 struct wl18xx_fw_status_priv *status_priv = in wl18xx_lnk_low_prio() local1748 if (!status_priv) in wl18xx_lnk_low_prio()1751 suspend_bitmap = le32_to_cpu(status_priv->link_suspend_bitmap); in wl18xx_lnk_low_prio()1753 thold = status_priv->tx_suspend_threshold; in wl18xx_lnk_low_prio()1756 thold = status_priv->tx_fast_stop_threshold; in wl18xx_lnk_low_prio()[all …]