Home
last modified time | relevance | path

Searched defs:dp_rx_fst (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h540 struct dp_rx_fst { struct
549 qdf_spinlock_t dp_rx_fst_lock; argument
550 uint32_t add_flow_count;
551 uint32_t del_flow_count;
552 uint32_t hash_collision_cnt;
553 struct dp_soc *soc_hdl;
554 qdf_atomic_t fse_cache_flush_posted;
555 qdf_timer_t fse_cache_flush_timer;
556 bool fse_cache_flush_allow;
557 struct fse_cache_flush_history cache_fl_rec[MAX_FSE_CACHE_FL_HST];
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h5220 struct dp_rx_fst { struct
5222 uint8_t *base;
5224 struct hal_rx_fst *hal_rx_fst;
5226 uint64_t hal_rx_fst_base_paddr;
5228 uint16_t max_entries;
5230 uint16_t num_entries;
5232 uint16_t max_skid_length;
5234 uint32_t hash_mask;
5236 qdf_timer_t cache_invalidate_timer;
5241 qdf_atomic_t is_cache_update_pending;
[all …]