Lines Matching defs:ar

49 static inline unsigned int __carl9170_get_queue(struct ar9170 *ar,  in __carl9170_get_queue()
65 static inline unsigned int carl9170_get_queue(struct ar9170 *ar, in carl9170_get_queue()
71 static bool is_mem_full(struct ar9170 *ar) in is_mem_full()
77 static void carl9170_tx_accounting(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_accounting()
108 static struct ieee80211_sta *__carl9170_get_tx_sta(struct ar9170 *ar, in __carl9170_get_tx_sta()
139 static void carl9170_tx_ps_unblock(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_ps_unblock()
157 static void carl9170_tx_accounting_free(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_accounting_free()
191 static int carl9170_alloc_dev_space(struct ar9170 *ar, struct sk_buff *skb) in carl9170_alloc_dev_space()
227 static void carl9170_release_dev_space(struct ar9170 *ar, struct sk_buff *skb) in carl9170_release_dev_space()
265 struct ar9170 *ar; in carl9170_tx_release() local
347 static void carl9170_tx_shift_bm(struct ar9170 *ar, in carl9170_tx_shift_bm()
379 static void carl9170_tx_status_process_ampdu(struct ar9170 *ar, in carl9170_tx_status_process_ampdu()
439 void carl9170_tx_status(struct ar9170 *ar, struct sk_buff *skb, in carl9170_tx_status()
461 void carl9170_tx_callback(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_callback()
474 static struct sk_buff *carl9170_get_queued_skb(struct ar9170 *ar, u8 cookie, in carl9170_get_queued_skb()
497 static void carl9170_tx_fill_rateinfo(struct ar9170 *ar, unsigned int rix, in carl9170_tx_fill_rateinfo()
519 static void carl9170_check_queue_stop_timeout(struct ar9170 *ar) in carl9170_check_queue_stop_timeout()
564 static void carl9170_tx_ampdu_timeout(struct ar9170 *ar) in carl9170_tx_ampdu_timeout()
602 struct ar9170 *ar = container_of(work, struct ar9170, in carl9170_tx_janitor() local
619 static void __carl9170_tx_process_status(struct ar9170 *ar, in __carl9170_tx_process_status()
650 void carl9170_tx_process_status(struct ar9170 *ar, in carl9170_tx_process_status()
667 static void carl9170_tx_rate_tpc_chains(struct ar9170 *ar, in carl9170_tx_rate_tpc_chains()
724 static __le32 carl9170_tx_physet(struct ar9170 *ar, in carl9170_tx_physet()
784 static bool carl9170_tx_rts_check(struct ar9170 *ar, in carl9170_tx_rts_check()
808 static bool carl9170_tx_cts_check(struct ar9170 *ar, in carl9170_tx_cts_check()
827 static int carl9170_tx_prepare(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_prepare()
1015 static void carl9170_set_immba(struct ar9170 *ar, struct sk_buff *skb) in carl9170_set_immba()
1023 static void carl9170_set_ampdu_params(struct ar9170 *ar, struct sk_buff *skb) in carl9170_set_ampdu_params()
1060 static bool carl9170_tx_rate_check(struct ar9170 *ar, struct sk_buff *_dest, in carl9170_tx_rate_check()
1080 static void carl9170_tx_ampdu(struct ar9170 *ar) in carl9170_tx_ampdu()
1189 static struct sk_buff *carl9170_tx_pick_skb(struct ar9170 *ar, in carl9170_tx_pick_skb()
1220 void carl9170_tx_drop(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_drop()
1233 static bool carl9170_tx_ps_drop(struct ar9170 *ar, struct sk_buff *skb) in carl9170_tx_ps_drop()
1266 static void carl9170_tx(struct ar9170 *ar) in carl9170_tx()
1319 static bool carl9170_tx_ampdu_queue(struct ar9170 *ar, in carl9170_tx_ampdu_queue()
1397 struct ar9170 *ar = hw->priv; in carl9170_op_tx() local
1441 void carl9170_tx_scheduler(struct ar9170 *ar) in carl9170_tx_scheduler()
1451 int carl9170_update_beacon(struct ar9170 *ar, const bool submit) in carl9170_update_beacon()