Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtx.c939 u16 scd_flow = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif() local
965 if (tid_data->txq_id != scd_flow) { in iwl_mvm_rx_ba_notif()
968 tid_data->txq_id, tid, scd_flow); in iwl_mvm_rx_ba_notif()
982 iwl_trans_reclaim(mvm->trans, scd_flow, ba_resp_scd_ssn, in iwl_mvm_rx_ba_notif()
993 scd_flow, ba_resp_scd_ssn, ba_notif->txed, in iwl_mvm_rx_ba_notif()
Dfw-api-tx.h511 __le16 scd_flow; member
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtx.c1300 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1306 if (scd_flow >= priv->cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1325 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1334 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1344 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1356 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
Dcommands.h1518 __le16 scd_flow; member
/linux-4.1.27/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