Home
last modified time | relevance | path

Searched refs:RTLLIB_FCTL_TODS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c95 a4_included = ((fc & (RTLLIB_FCTL_TODS | RTLLIB_FCTL_FROMDS)) == in ccmp_init_iv_and_aad()
96 (RTLLIB_FCTL_TODS | RTLLIB_FCTL_FROMDS)); in ccmp_init_iv_and_aad()
H A Drtllib_crypt_tkip.c472 (RTLLIB_FCTL_FROMDS | RTLLIB_FCTL_TODS)) { in michael_mic_hdr()
473 case RTLLIB_FCTL_TODS: in michael_mic_hdr()
481 case RTLLIB_FCTL_FROMDS | RTLLIB_FCTL_TODS: in michael_mic_hdr()
H A Drtllib_rx.c246 if ((fc & (RTLLIB_FCTL_TODS | RTLLIB_FCTL_FROMDS)) == in rtllib_is_eapol_frame()
247 RTLLIB_FCTL_TODS && in rtllib_is_eapol_frame()
251 } else if ((fc & (RTLLIB_FCTL_TODS | RTLLIB_FCTL_FROMDS)) == in rtllib_is_eapol_frame()
950 switch (fc & (RTLLIB_FCTL_FROMDS | RTLLIB_FCTL_TODS)) { in rtllib_rx_extract_addr()
956 case RTLLIB_FCTL_TODS: in rtllib_rx_extract_addr()
961 case RTLLIB_FCTL_FROMDS | RTLLIB_FCTL_TODS: in rtllib_rx_extract_addr()
992 if ((fc & RTLLIB_FCTL_TODS) && !(fc & RTLLIB_FCTL_FROMDS) && in rtllib_rx_data_filter()
H A Drtllib.h339 #define RTLLIB_FCTL_TODS 0x0100 macro
955 return (u8)((union frameqos *)(buf + (((fc & RTLLIB_FCTL_TODS) && in Frame_QoSTID()
1764 if ((fc & RTLLIB_FCTL_FROMDS) && (fc & RTLLIB_FCTL_TODS)) in rtllib_get_hdrlen()
H A Drtllib_tx.c668 fc |= RTLLIB_FCTL_TODS; in rtllib_xmit_inter()
H A Drtllib_softmac.c930 RTLLIB_STYPE_NULLFUNC | RTLLIB_FCTL_TODS | in rtllib_null_func()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1581 (fc & RTLLIB_FCTL_TODS) ? hdr->addr1 : in _rtl92e_translate_rx_signal_stats()