Home
last modified time | relevance | path

Searched refs:WLAN_GET_SEQ_FRAG (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/include/
Dieee80211.h294 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dieee80211.h287 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_rx.c93 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
367 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
925 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1090 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
Drtllib.h502 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTLLIB_SCTL_FRAG) macro
/linux-5.19.10/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h152 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
Dlibipw_rx.c94 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
362 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
Dipw2200.c8122 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c98 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in ieee80211_frag_cache_get()
417 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
925 frag = WLAN_GET_SEQ_FRAG(sc); in ieee80211_rx()
Dieee80211.h576 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro