Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dtx.c557 } else if (tid_data->agg.ssn != tid_data->next_reclaimed) { in iwlagn_tx_agg_stop()
561 tid_data->next_reclaimed); in iwlagn_tx_agg_stop()
637 if (*ssn == tid_data->next_reclaimed) { in iwlagn_tx_agg_start()
646 tid_data->next_reclaimed); in iwlagn_tx_agg_start()
779 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
782 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
792 if (tid_data->agg.ssn == tid_data->next_reclaimed) { in iwlagn_check_ratid_empty()
795 tid_data->next_reclaimed); in iwlagn_check_ratid_empty()
1169 u16 next_reclaimed = le16_to_cpu(tx_resp->seq_ctl); in iwlagn_rx_reply_tx() local
1170 next_reclaimed = IEEE80211_SEQ_TO_SN(next_reclaimed + 0x10); in iwlagn_rx_reply_tx()
[all …]
Ddev.h185 u16 next_reclaimed; member
Ddebugfs.c264 tid_data->next_reclaimed, in iwl_dbgfs_stations_read()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtx.c556 if (tid_data->ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
563 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
571 tid_data->next_reclaimed); in iwl_mvm_check_ratid_empty()
687 u16 next_reclaimed, seq_ctl; in iwl_mvm_rx_tx_cmd_single() local
767 next_reclaimed = ssn; in iwl_mvm_rx_tx_cmd_single()
770 next_reclaimed = IEEE80211_SEQ_TO_SN(seq_ctl + 0x10); in iwl_mvm_rx_tx_cmd_single()
781 ssn, next_reclaimed, seq_ctl); in iwl_mvm_rx_tx_cmd_single()
801 tid_data->next_reclaimed = next_reclaimed; in iwl_mvm_rx_tx_cmd_single()
803 next_reclaimed); in iwl_mvm_rx_tx_cmd_single()
1040 tid_data->next_reclaimed = ba_resp_scd_ssn; in iwl_mvm_rx_ba_notif()
Dsta.h271 u16 next_reclaimed; member
284 tid_data->next_reclaimed); in iwl_mvm_tid_queued()
Dsta.c972 tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_start()
974 if (tid_data->ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
1082 tid_data->ssn, tid_data->next_reclaimed); in iwl_mvm_sta_tx_agg_stop()
1085 if (tid_data->ssn != tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_stop()