Lines Matching refs:an
26 struct ath_node *an = file->private_data; in read_file_node_aggr() local
27 struct ath_softc *sc = an->sc; in read_file_node_aggr()
39 if (!an->sta->ht_cap.ht_supported) { in read_file_node_aggr()
46 an->maxampdu); in read_file_node_aggr()
48 an->mpdudensity); in read_file_node_aggr()
56 tid = ath_node_to_tid(an, tidno); in read_file_node_aggr()
100 struct ath_node *an; in ath_debug_rate_stats() local
111 an = (struct ath_node *) sta->drv_priv; in ath_debug_rate_stats()
112 rstats = &an->rx_rate_stats; in ath_debug_rate_stats()
171 struct ath_node *an = file->private_data; in read_file_node_recv() local
172 struct ath_softc *sc = an->sc; in read_file_node_recv()
175 struct ieee80211_sta *sta = an->sta; in read_file_node_recv()
187 rstats = &an->rx_rate_stats; in read_file_node_recv()
250 struct ath_node *an = (struct ath_node *)sta->drv_priv; in ath9k_sta_add_debugfs() local
252 debugfs_create_file("node_aggr", 0444, dir, an, &fops_node_aggr); in ath9k_sta_add_debugfs()
253 debugfs_create_file("node_recv", 0444, dir, an, &fops_node_recv); in ath9k_sta_add_debugfs()