Searched refs:ista (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/mac80211/
H A Drate.h49 struct ieee80211_sta *ista = &sta->sta; local
52 ref->ops->free_sta(ref->priv, ista, priv_sta);
H A Drate.c35 struct ieee80211_sta *ista = &sta->sta; local
63 ref->ops->rate_init(ref->priv, sband, &chanctx_conf->def, ista,
100 struct ieee80211_sta *ista = &sta->sta; local
117 ista, priv_sta, changed);
911 struct ieee80211_sta *ista = NULL; local
928 ista = &sta->sta;
932 if (ista) {
934 ref->ops->get_rate(ref->priv, ista, priv_sta, txrc);
943 ieee80211_get_tx_rates(&sdata->vif, ista, txrc->skb,
H A Ddriver-ops.h253 struct ieee80211_sta *ista = NULL; local
256 ista = &sta->sta;
262 trace_drv_update_tkip_key(local, sdata, conf, ista, iv32);
265 ista, iv32, phase1key);
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c473 struct ath9k_htc_sta *ista; local
488 ista = (struct ath9k_htc_sta *) sta->drv_priv;
491 ista->index = sta_idx;
538 struct ath9k_htc_sta *ista; local
543 ista = (struct ath9k_htc_sta *) sta->drv_priv;
544 sta_idx = ista->index;
597 struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv; local
638 trate->sta_index = ista->index;
710 struct ath9k_htc_sta *ista; local
718 ista
1290 struct ath9k_htc_sta *ista = local
1321 struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv; local
1343 struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv; local
1362 struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv; local
1661 struct ath9k_htc_sta *ista; local
[all...]
H A Dhtc_drv_txrx.c348 struct ath9k_htc_sta *ista; local
375 ista = (struct ath9k_htc_sta *) sta->drv_priv;
376 sta_idx = ista->index;
393 struct ath9k_htc_sta *ista, u8 tid)
398 if ((tid < ATH9K_HTC_MAX_TID) && (ista->tid_state[tid] == AGGR_STOP))
428 struct ath9k_htc_sta *ista; local
432 ista = (struct ath9k_htc_sta *)sta->drv_priv;
433 if (__ath9k_htc_check_tx_aggr(priv, ista, tid)) {
436 ista->tid_state[tid] = AGGR_PROGRESS;
392 __ath9k_htc_check_tx_aggr(struct ath9k_htc_priv *priv, struct ath9k_htc_sta *ista, u8 tid) argument
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c1075 ipac_irq(struct hscx_hw *hx, u8 ista) argument
1084 if (m & ista) {
1090 if (ista & (HSCX__EXA | HSCX__ICA))
1091 ipac_irq(&hx->ip->hscx[0], ista);
1092 if (ista & HSCX__EXB) {
1097 istab = ista & 0xF8;
1100 if (ista & HSCX__EXA) {
1151 u8 ista, istad; local
1155 ista = ReadIPAC(ipac, ISACX_ISTA);
1156 while (ista
[all...]
H A Dw6692.c770 u8 ista; local
773 ista = ReadW6692(card, W_ISTA);
774 if ((ista | card->imask) == card->imask) {
780 pr_debug("%s: ista %02x\n", card->name, ista);
781 ista &= ~card->imask;
782 if (ista & W_INT_B1_EXI)
784 if (ista & W_INT_B2_EXI)
786 if (ista & W_INT_D_RME)
788 if (ista
[all...]
/linux-master/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c541 u32 ictl, ista; local
544 regmap_read(host->regmap, MESON_SDHC_ISTA, &ista);
546 if (!(ictl & ista))
549 if (ista & MESON_SDHC_ISTA_RXFIFO_FULL ||
550 ista & MESON_SDHC_ISTA_TXFIFO_EMPTY)
552 else if (ista & MESON_SDHC_ISTA_RESP_ERR_CRC)
554 else if (ista & MESON_SDHC_ISTA_RESP_TIMEOUT)
558 if (ista & MESON_SDHC_ISTA_DATA_ERR_CRC)
560 else if (ista & MESON_SDHC_ISTA_DATA_TIMEOUT)
566 cmd->opcode, ista); local
[all...]

Completed in 142 milliseconds