Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h241 #define LIBIPW_FRAG_CACHE_LEN 4 macro
770 struct libipw_frag_entry frag_cache[LIBIPW_FRAG_CACHE_LEN];
Dlibipw_rx.c63 for (i = 0; i < LIBIPW_FRAG_CACHE_LEN; i++) { in libipw_frag_cache_find()
109 if (ieee->frag_next_idx >= LIBIPW_FRAG_CACHE_LEN) in libipw_frag_cache_get()