Home
last modified time | relevance | path

Searched refs:WMM_NUM_AC (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dcore.h60 #define MAX_DEFAULT_SEND_QUEUE_DEPTH (MAX_DEF_COOKIE_NUM / WMM_NUM_AC)
736 enum htc_endpoint_id ac2ep_map[WMM_NUM_AC];
737 bool ac_stream_active[WMM_NUM_AC];
738 u8 ac_stream_pri_map[WMM_NUM_AC];
A Dhtc.h97 #define WMM_NUM_AC 4 macro
621 u32 ac_tx_count[WMM_NUM_AC];
A Dhtc_mbox.c765 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_bundle()
789 if ((ac < WMM_NUM_AC) && (ac != WMM_AC_BK)) { in ath6kl_htc_tx_bundle()
865 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_from_queue()
947 (ac < WMM_NUM_AC)) { in ath6kl_htc_tx_from_queue()
956 if (ac < WMM_NUM_AC) in ath6kl_htc_tx_from_queue()
2638 target->tx_bndl_mask = (1 << WMM_NUM_AC) - 1; in htc_setup_msg_bndl()
A Dwmi.c1179 if (ev->traffic_class >= WMM_NUM_AC) { in ath6kl_wmi_pstream_timeout_event_rx()
1517 if (reply->ac >= WMM_NUM_AC) { in ath6kl_wmi_cac_event_rx()
2450 struct wmi_data_sync_bufs data_sync_bufs[WMM_NUM_AC]; in ath6kl_wmi_sync_point()
2459 for (index = 0; index < WMM_NUM_AC; index++) { in ath6kl_wmi_sync_point()
2639 if (traffic_class >= WMM_NUM_AC) { in ath6kl_wmi_delete_pstream_cmd()
2735 for (i = 0; i < WMM_NUM_AC; i++) { in ath6kl_wmi_relinquish_implicit_pstream_credits()
A Dtxrx.c565 for (i = 0; i < WMM_NUM_AC; i++) { in ath6kl_indicate_tx_activity()
820 for (i = 0; i < WMM_NUM_AC; i++) in ath6kl_tx_data_cleanup()
A Dwmi.h103 #define WMM_NUM_AC 4 macro
112 u16 stream_exist_for_ac[WMM_NUM_AC];
A Dmain.c729 for (ac = 0; ac < WMM_NUM_AC; ac++) in ath6kl_update_target_stats()

Completed in 37 milliseconds