Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dieee80211.h299 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
/drivers/staging/rtl8192e/
Drtllib_rx.c101 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
375 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
936 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1101 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
Drtllib.h559 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTLLIB_SCTL_FRAG) macro
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c98 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
366 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
Dlibipw.h157 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
Dipw2200.c8156 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
/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()
929 frag = WLAN_GET_SEQ_FRAG(sc); in ieee80211_rx()
Dieee80211.h584 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
/drivers/staging/rtl8188eu/include/
Dieee80211.h477 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1713 frag = WLAN_GET_SEQ_FRAG(sc); in _rtl92e_process_phyinfo()
/drivers/staging/rtl8192u/
Dr8192U_core.c3991 frag = WLAN_GET_SEQ_FRAG(sc); in rtl8192_process_phyinfo()