Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dlibipw.h246 #define LIBIPW_FRAG_CACHE_LEN 4 macro
835 struct libipw_frag_entry frag_cache[LIBIPW_FRAG_CACHE_LEN];
Dlibipw_rx.c67 for (i = 0; i < LIBIPW_FRAG_CACHE_LEN; i++) { in libipw_frag_cache_find()
113 if (ieee->frag_next_idx >= LIBIPW_FRAG_CACHE_LEN) in libipw_frag_cache_get()