Home
last modified time | relevance | path

Searched refs:ista (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c473 struct ath9k_htc_sta *ista; in ath9k_htc_add_station() local
488 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() local
543 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() local
638 trate->sta_index = ista->index; in ath9k_htc_setup_rate()
710 struct ath9k_htc_sta *ista; in ath9k_htc_tx_aggr_oper() local
718 ista = (struct ath9k_htc_sta *) sta->drv_priv; in ath9k_htc_tx_aggr_oper()
[all …]
H A Dhtc_drv_txrx.c348 struct ath9k_htc_sta *ista; in ath9k_htc_tx_start() local
375 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() argument
398 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() local
432 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()
/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c541 u32 ictl, ista; in meson_mx_sdhc_irq() local
544 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()
/linux/net/wireless/
H A Dpmsr.c490 if (capa->ftm.ista.max_peers) { in nl80211_pmsr_start()
497 if (peer_count > capa->ftm.ista.max_peers) { in nl80211_pmsr_start()
H A Dnl80211.c2548 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()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c6717 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()
/linux/include/net/
H A Dcfg80211.h6175 } ista; member