Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c539 } else if (tid_data->agg.ssn != tid_data->next_reclaimed) { in iwlagn_tx_agg_stop()
543 tid_data->next_reclaimed); in iwlagn_tx_agg_stop()
619 if (*ssn == tid_data->next_reclaimed) { in iwlagn_tx_agg_start()
626 "next_reclaimed = %d\n", in iwlagn_tx_agg_start()
628 tid_data->next_reclaimed); in iwlagn_tx_agg_start()
761 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
764 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
774 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
777 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
1151 u16 next_reclaimed in iwlagn_rx_reply_tx() local
[all...]
H A Ddev.h146 * Basically when next_reclaimed reaches ssn, we can tell mac80211 that
164 * @next_reclaimed: the WiFi sequence number of the next packet to be acked.
170 u16 next_reclaimed; member
H A Ddebugfs.c224 tid_data->next_reclaimed, in iwl_dbgfs_stations_read()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c535 } else if (tid_data->agg.ssn != tid_data->next_reclaimed) { in iwlagn_tx_agg_stop()
539 tid_data->next_reclaimed); in iwlagn_tx_agg_stop()
615 if (*ssn == tid_data->next_reclaimed) { in iwlagn_tx_agg_start()
622 "next_reclaimed = %d\n", in iwlagn_tx_agg_start()
624 tid_data->next_reclaimed); in iwlagn_tx_agg_start()
757 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
760 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
770 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
773 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
1147 u16 next_reclaimed in iwlagn_rx_reply_tx() local
[all...]
H A Ddev.h141 * Basically when next_reclaimed reaches ssn, we can tell mac80211 that
159 * @next_reclaimed: the WiFi sequence number of the next packet to be acked.
165 u16 next_reclaimed; member
H A Ddebugfs.c220 tid_data->next_reclaimed, in iwl_dbgfs_stations_read()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1282 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_check_ratid_empty()
1289 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
1296 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1304 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1469 u16 next_reclaimed, seq_ctl; in iwl_mvm_rx_tx_cmd_single() local
1590 next_reclaimed = ssn; in iwl_mvm_rx_tx_cmd_single()
1597 "\t\t\t\tinitial_rate 0x%x retries %d, idx=%d ssn=%d next_reclaimed=0x%x seq_ctl=0x%x\n", in iwl_mvm_rx_tx_cmd_single()
1600 ssn, next_reclaimed, seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1630 tid_data->next_reclaimed = next_reclaimed; in iwl_mvm_rx_tx_cmd_single()
[all...]
H A Dsta.h301 * @next_reclaimed: the WiFi sequence number of the next packet to be acked.
311 * Basically when next_reclaimed reaches ssn, we can tell mac80211 that
321 u16 next_reclaimed; member
H A Dsta.c2920 tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_start()
2923 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_sta_tx_agg_start()
2930 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
3129 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
3967 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_tid_queued()
3973 return ieee80211_sn_sub(sn, tid_data->next_reclaimed); in iwl_mvm_tid_queued()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1399 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_check_ratid_empty()
1406 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
1413 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1421 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
1650 u16 next_reclaimed, seq_ctl; in iwl_mvm_rx_tx_cmd_single() local
1779 next_reclaimed = ssn; in iwl_mvm_rx_tx_cmd_single()
1786 "\t\t\t\tinitial_rate 0x%x retries %d, idx=%d ssn=%d next_reclaimed=0x%x seq_ctl=0x%x\n", in iwl_mvm_rx_tx_cmd_single()
1789 ssn, next_reclaimed, seq_ctl); in iwl_mvm_rx_tx_cmd_single()
1819 tid_data->next_reclaimed = next_reclaimed; in iwl_mvm_rx_tx_cmd_single()
[all...]
H A Dsta.h243 * @next_reclaimed: the WiFi sequence number of the next packet to be acked.
253 * Basically when next_reclaimed reaches ssn, we can tell mac80211 that
263 u16 next_reclaimed; member
H A Dsta.c3172 tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_start()
3175 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_sta_tx_agg_start()
3182 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
3384 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
4299 * In 22000 HW, the next_reclaimed index is only 8 bit, so we'll need in iwl_mvm_tid_queued()
4305 return ieee80211_sn_sub(sn, tid_data->next_reclaimed); in iwl_mvm_tid_queued()

Completed in 30 milliseconds