Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h298 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_rx.c97 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
364 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
893 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1055 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
Drtllib.h797 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTLLIB_SCTL_FRAG) macro
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw.h157 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
Dlibipw_rx.c98 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
366 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
Dipw2200.c8155 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c102 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in ieee80211_frag_cache_get()
424 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
938 frag = WLAN_GET_SEQ_FRAG(sc); in ieee80211_rx()
Dieee80211.h646 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h477 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1708 frag = WLAN_GET_SEQ_FRAG(sc); in rtl8192_process_phyinfo()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3719 frag = WLAN_GET_SEQ_FRAG(sc); in rtl8192_process_phyinfo()