Searched refs:D_HT (Results 1 – 3 of 3) sorted by relevance
2263 D_HT("HW queue is empty\n"); in il4965_tx_agg_start()2267 D_HT("HW queue is NOT empty: %d packets in HW queue\n", in il4965_tx_agg_start()2343 D_HT("AGG stop before setup done\n"); in il4965_tx_agg_stop()2356 D_HT("Stopping a non empty AGG HW QUEUE\n"); in il4965_tx_agg_stop()2363 D_HT("HW queue is empty\n"); in il4965_tx_agg_stop()2403 D_HT("HW queue empty: continue DELBA flow\n"); in il4965_txq_check_empty()2412 D_HT("HW queue empty: continue ADDBA flow\n"); in il4965_txq_check_empty()5974 D_HT("start Rx\n"); in il4965_mac_ampdu_action()5978 D_HT("stop Rx\n"); in il4965_mac_ampdu_action()5984 D_HT("start Tx\n"); in il4965_mac_ampdu_action()[all …]
340 D_HT("Starting Tx agg: STA: %pM tid: %d\n", sta->addr, tid); in il4965_rs_tl_turn_on_agg_for_tid()352 D_HT("Aggregation not enabled for tid %d because load = %u\n", in il4965_rs_tl_turn_on_agg_for_tid()
3056 #define D_HT(f, a...) IL_DBG(IL_DL_HT, f, ## a) macro