Searched refs:IWM_FIRST_AGG_TX_QUEUE (Results 1 – 2 of 2) sorted by relevance
3564 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; in iwm_sta_tx_agg()3781 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; in iwm_ampdu_tx_start()3814 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; in iwm_ampdu_tx_stop()5733 int tid = cmd_hdr->qid - IWM_FIRST_AGG_TX_QUEUE; in iwm_ampdu_tx_done()5868 if (qid < IWM_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1) in iwm_rx_tx_cmd()5884 if (qid >= IWM_FIRST_AGG_TX_QUEUE) { in iwm_rx_tx_cmd()5984 if (qid < IWM_FIRST_AGG_TX_QUEUE || qid > IWM_LAST_AGG_TX_QUEUE) in iwm_rx_compressed_ba()5988 if (qid != IWM_FIRST_AGG_TX_QUEUE + ban->tid) in iwm_rx_compressed_ba()6772 int agg_qid = IWM_FIRST_AGG_TX_QUEUE + qostid; in iwm_tx()8627 int qid = IWM_FIRST_AGG_TX_QUEUE + tid; in iwm_bgscan_done_task()[all …]
1902 #define IWM_FIRST_AGG_TX_QUEUE IWM_DQA_MIN_DATA_QUEUE macro1903 #define IWM_LAST_AGG_TX_QUEUE (IWM_FIRST_AGG_TX_QUEUE + IWM_MAX_TID_COUNT - 1)