Home
last modified time | relevance | path

Searched refs:QDF_NBUF_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2216 #define QDF_NBUF_HISTORY_SIZE (CONFIG_QDF_NBUF_HISTORY_SIZE) macro
/wlan-driver/qcacld-3.0/
H A DKconfig847 config QDF_NBUF_HISTORY_SIZE config
848 int "Enable QDF_NBUF_HISTORY_SIZE"
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c816 #ifndef QDF_NBUF_HISTORY_SIZE
817 #define QDF_NBUF_HISTORY_SIZE 4096 macro
820 static struct qdf_nbuf_event qdf_nbuf_history[QDF_NBUF_HISTORY_SIZE];
853 QDF_NBUF_HISTORY_SIZE); in qdf_nbuf_history_add()