Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
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()
Dmvm.h683 unsigned int consec_oldsn_drops; member