Searched refs:ista (Results 1 – 7 of 7) sorted by relevance
473 struct ath9k_htc_sta *ista; in ath9k_htc_add_station() local488 ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_add_station()491 ista->index = sta_idx; in ath9k_htc_add_station()538 struct ath9k_htc_sta *ista; in ath9k_htc_remove_station() local543 ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_remove_station()544 sta_idx = ista->index; in ath9k_htc_remove_station()597 struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_setup_rate() local638 trate->sta_index = ista->index; in ath9k_htc_setup_rate()710 struct ath9k_htc_sta *ista; in ath9k_htc_tx_aggr_oper() local718 ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_tx_aggr_oper()[all …]
348 struct ath9k_htc_sta *ista; in ath9k_htc_tx_start() local375 ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_tx_start()376 sta_idx = ista->index; in ath9k_htc_tx_start()393 struct ath9k_htc_sta *ista, u8 tid) in __ath9k_htc_check_tx_aggr() argument398 if ((tid < ATH9K_HTC_MAX_TID) && (ista->tid_state[tid] == AGGR_STOP)) in __ath9k_htc_check_tx_aggr()428 struct ath9k_htc_sta *ista; in ath9k_htc_check_tx_aggr() local432 ista = (struct ath9k_htc_sta *)sta->drv_priv; in ath9k_htc_check_tx_aggr()433 if (__ath9k_htc_check_tx_aggr(priv, ista, tid)) { in ath9k_htc_check_tx_aggr()436 ista->tid_state[tid] = AGGR_PROGRESS; in ath9k_htc_check_tx_aggr()
541 u32 ictl, ista; in meson_mx_sdhc_irq() local544 regmap_read(host->regmap, MESON_SDHC_ISTA, &ista); in meson_mx_sdhc_irq()546 if (!(ictl & ista)) in meson_mx_sdhc_irq()549 if (ista & MESON_SDHC_ISTA_RXFIFO_FULL || in meson_mx_sdhc_irq()550 ista & MESON_SDHC_ISTA_TXFIFO_EMPTY) in meson_mx_sdhc_irq()552 else if (ista & MESON_SDHC_ISTA_RESP_ERR_CRC) in meson_mx_sdhc_irq()554 else if (ista & MESON_SDHC_ISTA_RESP_TIMEOUT) in meson_mx_sdhc_irq()558 if (ista & MESON_SDHC_ISTA_DATA_ERR_CRC) in meson_mx_sdhc_irq()560 else if (ista & MESON_SDHC_ISTA_DATA_TIMEOUT) in meson_mx_sdhc_irq()566 cmd->opcode, ista); in meson_mx_sdhc_irq()
490 if (capa->ftm.ista.max_peers) { in nl80211_pmsr_start()497 if (peer_count > capa->ftm.ista.max_peers) { in nl80211_pmsr_start()
2548 if (cap->ftm.ista.support_ntb || cap->ftm.ista.support_tb || in nl80211_send_pmsr_ftm_capa()2549 cap->ftm.ista.support_edca) { in nl80211_send_pmsr_ftm_capa()2556 if (cap->ftm.ista.support_ntb && in nl80211_send_pmsr_ftm_capa()2559 if (cap->ftm.ista.support_tb && in nl80211_send_pmsr_ftm_capa()2562 if (cap->ftm.ista.support_edca && in nl80211_send_pmsr_ftm_capa()2565 if (cap->ftm.ista.max_peers && in nl80211_send_pmsr_ftm_capa()2567 cap->ftm.ista.max_peers)) in nl80211_send_pmsr_ftm_capa()
6717 out->ftm.ista.support_ntb = in parse_ftm_capa()6719 out->ftm.ista.support_tb = in parse_ftm_capa()6721 out->ftm.ista.support_edca = in parse_ftm_capa()6724 out->ftm.ista.max_peers = in parse_ftm_capa()
6175 } ista; member