Home
last modified time | relevance | path

Searched refs:GetPriority (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8712/
H A Dwifi.h141 #define GetPriority(pbuf) ((le16_to_cpu(*(__le16 *)(pbuf))) & 0xf) macro
H A Drtl871x_recv.c511 pattrib->priority = GetPriority((ptr + 24)); in validate_recv_data_frame()
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py95 self.priority = self.GetPriority(fname)
115 def GetPriority(self, fname): member in Toolchain
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h192 #define GetPriority(pbuf) ((le16_to_cpu(*(__le16 *)(pbuf))) & 0xf) macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1306 pattrib->priority = GetPriority((ptr + 24)); in validate_recv_data_frame()