Home
last modified time | relevance | path

Searched refs:scd_flow (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A 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()
1286 "BUG_ON scd_flow is bigger than number of queues\n"); 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()
1331 "scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwlagn_rx_reply_compressed_ba()
1334 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
H A Dcommands.h1491 __le16 scd_flow; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c1274 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in iwlagn_rx_reply_compressed_ba() local
1280 if (scd_flow >= priv->trans->trans_cfg->base_params->num_of_queues) { in iwlagn_rx_reply_compressed_ba()
1282 "BUG_ON scd_flow is bigger than number of queues\n"); in iwlagn_rx_reply_compressed_ba()
1299 if (unlikely(scd_flow != agg->txq_id)) { in iwlagn_rx_reply_compressed_ba()
1308 scd_flow, sta_id, tid, agg->txq_id); in iwlagn_rx_reply_compressed_ba()
1318 iwl_trans_reclaim(priv->trans, scd_flow, ba_resp_scd_ssn, in iwlagn_rx_reply_compressed_ba()
1327 "scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwlagn_rx_reply_compressed_ba()
1330 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
H A Dcommands.h1440 __le16 scd_flow; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h657 * @scd_flow: the tx queue this BA relates to
674 __le16 scd_flow; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h613 * @scd_flow: the tx queue this BA relates to
630 __le16 scd_flow; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A 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()
2923 IL_ERR("BUG_ON scd_flow is bigger than number of queues\n"); 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()
2938 D_TX_REPLY("BA scd_flow in il4965_hdl_compressed_ba()
[all...]
H A Dcommands.h1730 __le16 scd_flow; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c2499 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_tx_status_reply_compressed_ba() local
2545 info = IEEE80211_SKB_CB(il->txq[scd_flow].skbs[agg->start_idx]); in il4965_tx_status_reply_compressed_ba()
2915 u16 scd_flow = le16_to_cpu(ba_resp->scd_flow); in il4965_hdl_compressed_ba() local
2921 if (scd_flow >= il->hw_params.max_txq_num) { in il4965_hdl_compressed_ba()
2922 IL_ERR("BUG_ON scd_flow is bigger than number of queues\n"); in il4965_hdl_compressed_ba()
2926 txq = &il->txq[scd_flow]; in il4965_hdl_compressed_ba()
2930 if (unlikely(agg->txq_id != scd_flow)) { in il4965_hdl_compressed_ba()
2937 D_TX_REPLY("BA scd_flow in il4965_hdl_compressed_ba()
[all...]
H A Dcommands.h1732 __le16 scd_flow; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1996 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2026 "TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwl_mvm_rx_ba_notif()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2211 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2243 "TID = %d, SeqCtl = %d, bitmap = 0x%llx, scd_flow = %d, scd_ssn = %d sent:%d, acked:%d\n", in iwl_mvm_rx_ba_notif()

Completed in 51 milliseconds