Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c539 tid_data->next_reclaimed); in iwlagn_tx_agg_stop()
615 if (*ssn == tid_data->next_reclaimed) { in iwlagn_tx_agg_start()
624 tid_data->next_reclaimed); in iwlagn_tx_agg_start()
760 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
773 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
1148 next_reclaimed = IEEE80211_SEQ_TO_SN(next_reclaimed + 0x10); in iwlagn_rx_reply_tx()
1162 next_reclaimed = ssn; in iwlagn_rx_reply_tx()
1167 next_reclaimed; in iwlagn_rx_reply_tx()
1169 next_reclaimed); in iwlagn_rx_reply_tx()
1227 next_reclaimed; in iwlagn_rx_reply_tx()
[all …]
H A Ddev.h165 u16 next_reclaimed; member
H A Ddebugfs.c220 tid_data->next_reclaimed, in iwl_dbgfs_stations_read()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1394 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
1401 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1409 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1638 u16 next_reclaimed, seq_ctl; in iwl_mvm_rx_tx_cmd_single() local
1767 next_reclaimed = ssn; in iwl_mvm_rx_tx_cmd_single()
1777 ssn, next_reclaimed, seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1807 tid_data->next_reclaimed = next_reclaimed; in iwl_mvm_rx_tx_cmd_single()
1810 next_reclaimed); in iwl_mvm_rx_tx_cmd_single()
2046 tid_data->next_reclaimed = index; in iwl_mvm_tx_reclaim()
H A Dsta.h263 u16 next_reclaimed; member
H A Dsta.c3173 tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_start()
3183 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
3385 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
4311 return ieee80211_sn_sub(sn, tid_data->next_reclaimed); in iwl_mvm_tid_queued()