Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c103 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_get()
108 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_get()
172 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_invalidate()
177 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in rtllib_frag_cache_invalidate()
365 tid = le16_to_cpu(hdr_4addrqos->qos_ctl) & RTLLIB_QCTL_TID; in is_duplicate_packet()
370 tid = le16_to_cpu(hdr_3addrqos->qos_ctl) & RTLLIB_QCTL_TID; in is_duplicate_packet()
H A Drtllib.h386 #define RTLLIB_QCTL_TID 0x000F macro