Home
last modified time | relevance | path

Searched refs:scd_flow (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c1278 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1284 if (scd_flow >= priv->trans->trans_cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1303 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1312 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1322 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1334 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
Dcommands.h1491 __le16 scd_flow; member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h674 __le16 scd_flow; member
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c2500 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_tx_status_reply_compressed_ba() local
2546 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]); in il4965_tx_status_reply_compressed_ba()
2916 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_hdl_compressed_ba() local
2922 if (scd_flow >= il->hw_params.max_txq_num) { in il4965_hdl_compressed_ba()
2927 txq = &il->txq[scd_flow]; in il4965_hdl_compressed_ba()
2931 if (unlikely(agg->txq_id != scd_flow)) { in il4965_hdl_compressed_ba()
2939 scd_flow, agg->txq_id); in il4965_hdl_compressed_ba()
2954 ba_resp->scd_flow, ba_resp->scd_ssn); in il4965_hdl_compressed_ba()
2966 int freed = il4965_tx_queue_reclaim(il, scd_flow, idx); in il4965_hdl_compressed_ba()
2974 il4965_txq_check_empty(il, sta_id, tid, scd_flow); in il4965_hdl_compressed_ba()
Dcommands.h1730 __le16 scd_flow; member
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1976 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()