Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_rx.c92 unsigned int frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_frag_cache_get()
353 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()
876 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_check_duplicate()
1022 frag = WLAN_GET_SEQ_FRAG(sc); in rtllib_rx_decrypt()
Drtllib.h414 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTLLIB_SCTL_FRAG) macro
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Dieee80211.h287 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & RTW_IEEE80211_SCTL_FRAG) macro
/linux-6.12.1/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c94 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_frag_cache_get()
362 frag = WLAN_GET_SEQ_FRAG(sc); in libipw_rx()
Dlibipw.h152 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & IEEE80211_SCTL_FRAG) macro
Dipw2200.c8079 u16 frag = WLAN_GET_SEQ_FRAG(sc); in is_duplicate_packet()