Home
last modified time | relevance | path

Searched refs:normalized_ssn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1385 u16 normalized_ssn; in iwl_mvm_check_ratid_empty() local
1404 normalized_ssn = tid_data->ssn; in iwl_mvm_check_ratid_empty()
1406 normalized_ssn &= 0xff; in iwl_mvm_check_ratid_empty()
1408 if (normalized_ssn != tid_data->next_reclaimed) in iwl_mvm_check_ratid_empty()
H A Dsta.c3128 u16 normalized_ssn; in iwl_mvm_sta_tx_agg_start()
3210 normalized_ssn = tid_data->ssn; in iwl_mvm_sta_tx_agg_oper()
3212 normalized_ssn &= 0xff; in iwl_mvm_sta_tx_agg_oper()
3214 if (normalized_ssn == tid_data->next_reclaimed) { in iwl_mvm_sta_tx_agg_oper()
3100 u16 normalized_ssn; iwl_mvm_sta_tx_agg_start() local