Searched refs:IWL_DEBUG_RATE (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/iwlwifi/ |
D | iwl-3945-rs.c | 197 IWL_DEBUG_RATE("flushing %d samples of rate " in iwl3945_rate_scale_flush_windows() 220 IWL_DEBUG_RATE("enter\n"); in iwl3945_bg_rate_scale_flush() 235 IWL_DEBUG_RATE("Tx'd %d packets in %dms\n", in iwl3945_bg_rate_scale_flush() 255 IWL_DEBUG_RATE("new flush period: %d msec ave %d\n", in iwl3945_bg_rate_scale_flush() 273 IWL_DEBUG_RATE("leave\n"); in iwl3945_bg_rate_scale_flush() 291 IWL_DEBUG_RATE("leave: retries == 0 -- should be at least 1\n"); in iwl3945_collect_tx_data() 345 IWL_DEBUG_RATE("enter\n"); in rs_rate_init() 368 IWL_DEBUG_RATE("leave\n"); in rs_rate_init() 393 IWL_DEBUG_RATE("enter\n"); in rs_alloc_sta() 397 IWL_DEBUG_RATE("leave: ENOMEM\n"); in rs_alloc_sta() [all …]
|
D | iwl-agn-rs.c | 691 IWL_DEBUG_RATE("Skipping masked lower rate: %d\n", low); in rs_get_adjacent_rate() 701 IWL_DEBUG_RATE("Skipping masked higher rate: %d\n", high); in rs_get_adjacent_rate() 838 IWL_DEBUG_RATE("initial rate does not match 0x%x\n", tx_rate); in rs_tx_status() 964 IWL_DEBUG_RATE("we are staying in the same table\n"); in rs_set_stay_in_table() 1143 IWL_DEBUG_RATE("LQ: try to switch to MIMO2\n"); in rs_switch_to_mimo2() 1172 IWL_DEBUG_RATE("LQ: MIMO2 best rate %d mask %X\n", rate, rate_mask); in rs_switch_to_mimo2() 1175 IWL_DEBUG_RATE("Can't switch with index %d rate mask %x\n", in rs_switch_to_mimo2() 1181 IWL_DEBUG_RATE("LQ: Switch to new mcs %X index is green %X\n", in rs_switch_to_mimo2() 1202 IWL_DEBUG_RATE("LQ: try to switch to SISO\n"); in rs_switch_to_siso() 1233 IWL_DEBUG_RATE("LQ: get best rate %d mask %X\n", rate, rate_mask); in rs_switch_to_siso() [all …]
|
D | iwl-3945-debug.h | 152 #define IWL_DEBUG_RATE(f, a...) IWL_DEBUG(IWL_DL_RATE, f, ## a) macro
|
D | iwl-debug.h | 183 #define IWL_DEBUG_RATE(f, a...) IWL_DEBUG(IWL_DL_RATE, f, ## a) macro
|
D | iwl-sta.c | 880 IWL_DEBUG_RATE("lq station id 0x%x\n", lq->sta_id); in iwl_dump_lq_cmd() 881 IWL_DEBUG_RATE("lq ant 0x%X 0x%X\n", in iwl_dump_lq_cmd() 886 IWL_DEBUG_RATE("lq index %d 0x%X\n", in iwl_dump_lq_cmd()
|
D | iwl-3945.c | 903 IWL_DEBUG_RATE("Tx sta id: %d, rate: %d (plcp), flags: 0x%4X " in iwl3945_hw_build_tx_cmd_rate() 928 IWL_DEBUG_RATE("SCALE sync station %d to rate %d\n", in iwl3945_sync_sta() 2387 IWL_DEBUG_RATE("Select A mode rate scale\n"); in iwl3945_init_hw_rate_table() 2405 IWL_DEBUG_RATE("Select B/G mode rate scale\n"); in iwl3945_init_hw_rate_table()
|
D | iwl3945-base.c | 2524 IWL_DEBUG_RATE("station Id %d\n", sta_id); in iwl3945_tx_skb() 2692 IWL_DEBUG_RATE("Setting rates for %s GHz\n", in iwl3945_set_rate() 2699 IWL_DEBUG_RATE("Adding rate index %d (plcp %d)\n", in iwl3945_set_rate() 2705 IWL_DEBUG_RATE("Set active_rate = %0x, active_rate_basic = %0x\n", in iwl3945_set_rate()
|
D | iwl-agn.c | 779 IWL_DEBUG_RATE("Set active_rate = %0x, active_rate_basic = %0x\n", in iwl_set_rate()
|