Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h287 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c93 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
355 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
913 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1074 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
H A Drtllib.h463 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTLLIB_SCTL_FRAG) macro
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h152 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
H A Dlibipw_rx.c94 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
362 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
H A Dipw2200.c8079 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A 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()
H A Dieee80211.h513 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro