Home
last modified time | relevance | path

Searched refs:RTLLIB_FCTL_DSTODS (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_rx.c100 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && in rtllib_frag_cache_get()
170 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && in rtllib_frag_cache_invalidate()
374 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && in is_duplicate_packet()
995 if (((fc & RTLLIB_FCTL_DSTODS) != RTLLIB_FCTL_DSTODS) && in rtllib_rx_data_filter()
Drtllib.h363 #define RTLLIB_FCTL_DSTODS 0x0300 macro