Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Ddecl.h245 #define MWIFIEX_HIST_MAX_SAMPLES 1048576 macro
Dutil.c696 if (atomic_read(&phist_data->num_samples) > MWIFIEX_HIST_MAX_SAMPLES) in mwifiex_hist_data_add()