Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c1279 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1285 if (scd_flow >= priv->trans->trans_cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1304 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1313 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1323 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1335 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
Dcommands.h1491 __le16 scd_flow; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h675 __le16 scd_flow; member
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c2502 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_tx_status_reply_compressed_ba() local
2548 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]); in il4965_tx_status_reply_compressed_ba()
2918 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_hdl_compressed_ba() local
2924 if (scd_flow >= il->hw_params.max_txq_num) { in il4965_hdl_compressed_ba()
2929 txq = &il->txq[scd_flow]; in il4965_hdl_compressed_ba()
2933 if (unlikely(agg->txq_id != scd_flow)) { in il4965_hdl_compressed_ba()
2941 scd_flow, agg->txq_id); in il4965_hdl_compressed_ba()
2956 ba_resp->scd_flow, ba_resp->scd_ssn); in il4965_hdl_compressed_ba()
2968 int freed = il4965_tx_queue_reclaim(il, scd_flow, idx); in il4965_hdl_compressed_ba()
2976 il4965_txq_check_empty(il, sta_id, tid, scd_flow); in il4965_hdl_compressed_ba()
Dcommands.h1730 __le16 scd_flow; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1962 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()