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()
40 if (!an->sta->ht_cap.ht_supported) { in read_file_node_aggr()
47 an->maxampdu); in read_file_node_aggr()
49 an->mpdudensity); in read_file_node_aggr()
54 for (acno = 0, ac = &an->ac[acno]; in read_file_node_aggr()
69 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr()
114 struct ath_node *an; in ath_debug_rate_stats() local
125 an = (struct ath_node *) sta->drv_priv; in ath_debug_rate_stats()
126 rstats = &an->rx_rate_stats; in ath_debug_rate_stats()
185 struct ath_node *an = file->private_data; in read_file_node_recv() local
186 struct ath_softc *sc = an->sc; in read_file_node_recv()
189 struct ieee80211_sta *sta = an->sta; in read_file_node_recv()
201 rstats = &an->rx_rate_stats; in read_file_node_recv()
264 struct ath_node *an = (struct ath_node *)sta->drv_priv; in ath9k_sta_add_debugfs() local
266 debugfs_create_file("node_aggr", S_IRUGO, dir, an, &fops_node_aggr); in ath9k_sta_add_debugfs()
267 debugfs_create_file("node_recv", S_IRUGO, dir, an, &fops_node_recv); in ath9k_sta_add_debugfs()