• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/

Lines Matching refs:ath_softc

51 static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq,
54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
59 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf);
60 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
64 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
125 static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid)
143 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid)
170 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
186 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
213 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq,
243 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq,
258 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc)
277 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf)
284 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf)
304 static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq,
536 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf,
608 static int ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid,
668 static enum ATH_AGGR_STATUS ath_tx_form_aggr(struct ath_softc *sc,
745 static void ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq,
794 int ath_tx_aggr_start(struct ath_softc *sc, struct ieee80211_sta *sta,
813 void ath_tx_aggr_stop(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid)
845 void ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tid)
862 bool ath_tx_aggr_check(struct ath_softc *sc, struct ath_node *an, u8 tidno)
880 static void ath_txq_drain_pending_buffers(struct ath_softc *sc,
897 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype)
972 int ath_txq_update(struct ath_softc *sc, int qnum,
1004 int ath_cabq_update(struct ath_softc *sc)
1031 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq, bool retry_tx)
1129 void ath_drain_all_txq(struct ath_softc *sc, bool retry_tx)
1172 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
1178 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq)
1221 int ath_tx_setup(struct ath_softc *sc, int haltype)
1247 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
1307 static void ath_tx_send_ampdu(struct ath_softc *sc, struct ath_atx_tid *tid,
1346 static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq,
1365 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
1474 static u32 ath_pkt_duration(struct ath_softc *sc, u8 rix, struct ath_buf *bf,
1499 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf)
1612 struct ath_softc *sc = aphy->sc;
1693 static void ath_tx_start_dma(struct ath_softc *sc, struct ath_buf *bf,
1769 struct ath_softc *sc = aphy->sc;
1820 struct ath_softc *sc = aphy->sc;
1869 static void ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb,
1927 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
1967 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
2042 static void ath_wake_mac80211_queue(struct ath_softc *sc, struct ath_txq *txq)
2058 static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
2171 struct ath_softc *sc = container_of(work, struct ath_softc,
2207 void ath_tx_tasklet(struct ath_softc *sc)
2220 void ath_tx_edma_tasklet(struct ath_softc *sc)
2310 static int ath_txstatus_setup(struct ath_softc *sc, int size)
2324 static int ath_tx_edma_init(struct ath_softc *sc)
2337 static void ath_tx_edma_cleanup(struct ath_softc *sc)
2345 int ath_tx_init(struct ath_softc *sc, int nbufs)
2383 void ath_tx_cleanup(struct ath_softc *sc)
2395 void ath_tx_node_init(struct ath_softc *sc, struct ath_node *an)
2427 void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an)