Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c1276 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1282 if (scd_flow >= priv->trans->mac_cfg->base->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1284 "BUG_ON scd_flow is bigger than number of queues\n"); in iwlagn_rx_reply_compressed_ba()
1301 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1310 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1320 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1329 "scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwlagn_rx_reply_compressed_ba()
1332 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
H A Dcommands.h1445 __le16 scd_flow; member
/linux/drivers/net/wireless/intel/iwlegacy/
H A 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()
2925 IL_ERR("BUG_ON scd_flow is bigger than number of queues\n"); 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()
2940 D_TX_REPLY("BA scd_flow %d does not match txq_id %d\n", in il4965_hdl_compressed_ba()
2941 scd_flow, agg->txq_id); in il4965_hdl_compressed_ba()
2953 D_TX_REPLY("TID = %d, SeqCtl = %d, bitmap = 0x%llx," "scd_flow = " in il4965_hdl_compressed_ba()
[all …]
H A Dcommands.h1745 __le16 scd_flow; member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h624 * @scd_flow: the tx queue this BA relates to
641 __le16 scd_flow; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2168 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2197 "TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwl_mvm_rx_ba_notif()