Lines Matching refs:ath_softc

121 static int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
123 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
125 static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
127 static ieee80211_seq ath_tx_tid_seqno_assign(struct ath_softc *sc,
129 static int ath_tx_action_frame_override_queue(struct ath_softc *sc,
132 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
137 ath_tx_alq_post(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_alq_post()
168 ath_tx_is_11n(struct ath_softc *sc) in ath_tx_is_11n()
181 ath_tx_gettid(struct ath_softc *sc, const struct mbuf *m0) in ath_tx_gettid()
196 ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_set_retry()
233 ath_tx_getac(struct ath_softc *sc, const struct mbuf *m0) in ath_tx_getac()
254 ath_txfrag_cleanup(struct ath_softc *sc, in ath_txfrag_cleanup()
275 ath_txfrag_setup(struct ath_softc *sc, ath_bufhead *frags, in ath_txfrag_setup()
300 ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0) in ath_tx_dmasetup()
363 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_desc *ds0, in ath_tx_chaindesclist()
505 ath_tx_set_ratectrl(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_set_ratectrl()
550 ath_tx_setds_11n(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_setds_11n()
697 ath_tx_handoff_mcast(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_mcast()
740 ath_tx_handoff_hw(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_handoff_hw()
909 ath_legacy_tx_dma_restart(struct ath_softc *sc, struct ath_txq *txq) in ath_legacy_tx_dma_restart()
958 ath_legacy_xmit_handoff(struct ath_softc *sc, struct ath_txq *txq, in ath_legacy_xmit_handoff()
975 ath_tx_tag_crypto(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_tag_crypto()
1044 ath_tx_calc_protection(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_calc_protection()
1117 ath_tx_calc_duration(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_calc_duration()
1256 ath_tx_set_rtscts(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_set_rtscts()
1328 ath_tx_setds(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_setds()
1376 ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf, int tid, in ath_tx_do_ratelookup()
1415 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_update_clrdmask()
1441 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, in ath_tx_should_swq_frame()
1502 ath_tx_xmit_normal(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_xmit_normal()
1552 ath_tx_normal_setup(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_normal_setup()
1901 ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_start()
2136 ath_tx_raw_start(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_raw_start()
2421 struct ath_softc *sc = ic->ic_softc; in ath_raw_xmit()
2585 ath_tx_action_frame_override_queue(struct ath_softc *sc, in ath_tx_action_frame_override_queue()
2635 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_addto_baw()
2726 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, in ath_tx_switch_baw_buf()
2773 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, in ath_tx_update_baw()
2824 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_leak_count_update()
2864 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_can_tx_or_sched()
2886 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_sched()
2939 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_unsched()
2962 ath_tx_tid_seqno_assign(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_tid_seqno_assign()
3026 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, in ath_tx_xmit_aggr()
3115 ath_tx_swq(struct ath_softc *sc, struct ieee80211_node *ni, in ath_tx_swq()
3274 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) in ath_tx_set_clrdmask()
3296 ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an) in ath_tx_tid_init()
3334 ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_pause()
3350 ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_resume()
3408 ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_tid_filt_addbuf()
3433 ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_tid_filt_comp_buf()
3458 ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_filt_comp_complete()
3501 ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_tid_filt_comp_single()
3552 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, in ath_tx_tid_filt_comp_aggr()
3611 ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_bar_suspend()
3645 ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_bar_unsuspend()
3674 ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_bar_tx_ready()
3705 ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_bar_tx()
3786 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, in ath_tx_tid_drain_pkt()
3826 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, in ath_tx_tid_drain_print()
3908 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, in ath_tx_tid_drain()
3998 ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid) in ath_tx_tid_reset()
4067 ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an) in ath_tx_node_flush()
4122 ath_tx_txq_drain(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_txq_drain()
4166 ath_tx_normal_comp(struct ath_softc *sc, struct ath_buf *bf, int fail) in ath_tx_normal_comp()
4253 ath_tx_comp_cleanup_unaggr(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_comp_cleanup_unaggr()
4293 ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an, in ath_tx_tid_cleanup_frame()
4358 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, in ath_tx_tid_cleanup()
4429 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, in ath_tx_retry_clone()
4495 ath_tx_aggr_retry_unaggr(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_aggr_retry_unaggr()
4585 ath_tx_retry_subframe(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_retry_subframe()
4651 ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first, in ath_tx_comp_aggr_error()
4737 ath_tx_comp_cleanup_aggr(struct ath_softc *sc, struct ath_buf *bf_first) in ath_tx_comp_cleanup_aggr()
4800 ath_tx_aggr_comp_aggr(struct ath_softc *sc, struct ath_buf *bf_first,
5143 ath_tx_aggr_comp_unaggr(struct ath_softc *sc, struct ath_buf *bf, int fail)
5332 ath_tx_aggr_comp(struct ath_softc *sc, struct ath_buf *bf, int fail)
5349 ath_tx_tid_swq_depth_bytes(struct ath_softc *sc, struct ath_node *an,
5405 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
5636 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
5728 ath_txq_sched(struct ath_softc *sc, struct ath_txq *txq)
5851 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid)
5869 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid)
5899 struct ath_softc *sc = ni->ni_ic->ic_softc;
5977 struct ath_softc *sc = ni->ni_ic->ic_softc;
6023 struct ath_softc *sc = ni->ni_ic->ic_softc;
6099 ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an)
6158 struct ath_softc *sc = ni->ni_ic->ic_softc;
6231 struct ath_softc *sc = ni->ni_ic->ic_softc;
6260 ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an)
6287 ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an)
6324 ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an)
6360 ath_legacy_dma_txsetup(struct ath_softc *sc)
6368 ath_legacy_dma_txteardown(struct ath_softc *sc)
6376 ath_xmit_setup_legacy(struct ath_softc *sc)