Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/mvm/
Dtx.c983 u16 scd_flow = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif() local
1009 if (tid_data->txq_id != scd_flow) { in iwl_mvm_rx_ba_notif()
1012 tid_data->txq_id, tid, scd_flow); in iwl_mvm_rx_ba_notif()
1026 iwl_trans_reclaim(mvm->trans, scd_flow, ba_resp_scd_ssn, in iwl_mvm_rx_ba_notif()
1037 scd_flow, ba_resp_scd_ssn, ba_notif->txed, in iwl_mvm_rx_ba_notif()
Dfw-api-tx.h523 __le16 scd_flow; member
/drivers/net/wireless/iwlwifi/dvm/
Dtx.c1296 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1302 if (scd_flow >= priv->cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1321 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1330 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1340 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1352 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
Dcommands.h1518 __le16 scd_flow; member
/drivers/net/wireless/iwlegacy/
D4965-mac.c2519 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_tx_status_reply_compressed_ba() local
2565 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]); in il4965_tx_status_reply_compressed_ba()
2935 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_hdl_compressed_ba() local
2941 if (scd_flow >= il->hw_params.max_txq_num) { in il4965_hdl_compressed_ba()
2946 txq = &il->txq[scd_flow]; in il4965_hdl_compressed_ba()
2950 if (unlikely(agg->txq_id != scd_flow)) { in il4965_hdl_compressed_ba()
2958 scd_flow, agg->txq_id); in il4965_hdl_compressed_ba()
2973 ba_resp->scd_flow, ba_resp->scd_ssn); in il4965_hdl_compressed_ba()
2985 int freed = il4965_tx_queue_reclaim(il, scd_flow, idx); in il4965_hdl_compressed_ba()
2993 il4965_txq_check_empty(il, sta_id, tid, scd_flow); in il4965_hdl_compressed_ba()
Dcommands.h1730 __le16 scd_flow; member