Home
last modified time | relevance | path

Searched refs:normalized_ssn (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1266 u16 normalized_ssn; in iwl_mvm_check_ratid_empty() local
1285 normalized_ssn = tid_data->ssn; in iwl_mvm_check_ratid_empty()
1287 normalized_ssn &= 0xff; in iwl_mvm_check_ratid_empty()
1289 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
H A Dsta.c2845 u16 normalized_ssn; in iwl_mvm_sta_tx_agg_start() local
2926 normalized_ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_start()
2928 normalized_ssn &= 0xff; in iwl_mvm_sta_tx_agg_start()
2930 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1383 u16 normalized_ssn; in iwl_mvm_check_ratid_empty() local
1402 normalized_ssn = tid_data->ssn; in iwl_mvm_check_ratid_empty()
1404 normalized_ssn &= 0xff; in iwl_mvm_check_ratid_empty()
1406 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
H A Dsta.c3096 u16 normalized_ssn; in iwl_mvm_sta_tx_agg_start() local
3178 normalized_ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_start()
3180 normalized_ssn &= 0xff; in iwl_mvm_sta_tx_agg_start()
3182 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_start()

Completed in 15 milliseconds