Searched refs:UserPriority (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/rtl8712/
H A Dxmit_linux.c85 u16 UserPriority = 0; local
90 /* get UserPriority from IP hdr*/
94 /*UserPriority = (ntohs(ip_hdr.tos) >> 5) & 0x3 ;*/
95 UserPriority = ip_hdr.tos >> 5;
102 UserPriority = 7;
104 pattrib->priority = UserPriority;
/drivers/staging/bcm/
H A DProtocol.h48 unsigned short UserPriority:3; member in struct:bcm_eth_q_frame
/drivers/staging/rtl8723au/core/
H A Drtw_xmit.c408 u8 UserPriority = 0; local
410 /* get UserPriority from IP hdr */
413 UserPriority = ip_hdr->tos >> 5;
418 UserPriority = 7;
421 pattrib->priority = UserPriority;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h886 u8 UserPriority; member in struct:ieee80211_rx_stats
/drivers/staging/rtl8192e/
H A Drtllib.h995 u8 UserPriority; member in struct:rtllib_rx_stats

Completed in 129 milliseconds