Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_rx.c105 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && RTLLIB_QOS_HAS_SEQ(fc)) { in rtllib_frag_cache_get()
172 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && RTLLIB_QOS_HAS_SEQ(fc)) { in rtllib_frag_cache_invalidate()
371 if (((fc & RTLLIB_FCTL_DSTODS) == RTLLIB_FCTL_DSTODS) && RTLLIB_QOS_HAS_SEQ(fc)) { in is_duplicate_packet()
963 if (((fc & RTLLIB_FCTL_DSTODS) != RTLLIB_FCTL_DSTODS) in rtllib_rx_data_filter()
Drtllib.h566 #define RTLLIB_FCTL_DSTODS 0x0300 macro