Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c876 buffer->consec_oldsn_drops = 0; in iwl_mvm_oldsn_workaround()
896 buffer->consec_oldsn_drops++; in iwl_mvm_oldsn_workaround()
899 if (buffer->consec_oldsn_drops == IWL_MVM_AMPDU_CONSEC_DROPS_DELBA) { in iwl_mvm_oldsn_workaround()
906 buffer->consec_oldsn_drops = 0; in iwl_mvm_oldsn_workaround()
H A Dmvm.h664 * @consec_oldsn_drops: consecutive drops due to old SN
683 unsigned int consec_oldsn_drops; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c900 buffer->consec_oldsn_drops = 0; in iwl_mvm_oldsn_workaround()
920 buffer->consec_oldsn_drops++; in iwl_mvm_oldsn_workaround()
923 if (buffer->consec_oldsn_drops == IWL_MVM_AMPDU_CONSEC_DROPS_DELBA) { in iwl_mvm_oldsn_workaround()
930 buffer->consec_oldsn_drops = 0; in iwl_mvm_oldsn_workaround()
H A Dmvm.h644 * @consec_oldsn_drops: consecutive drops due to old SN
663 unsigned int consec_oldsn_drops; member

Completed in 15 milliseconds