Searched refs:ppeer_caps (Results 1 – 1 of 1) sorted by relevance
26629 #define WMI_TDLS_PEER_SET_QOS_FLAG(ppeer_caps,flag) do { \ argument26630 (ppeer_caps)->peer_qos |= (1 << flag); \26632 #define WMI_TDLS_PEER_GET_QOS_FLAG(ppeer_caps,flag) \ argument26633 (((ppeer_caps)->peer_qos & (1 << flag)) >> flag)26635 #define WMI_SET_TDLS_PEER_VO_UAPSD(ppeer_caps) \ argument26636 WMI_TDLS_PEER_SET_QOS_FLAG(ppeer_caps, WMI_TDLS_QOS_VO_FLAG)26637 #define WMI_GET_TDLS_PEER_VO_UAPSD(ppeer_caps) \ argument26638 WMI_TDLS_PEER_GET_QOS_FLAG(ppeer_caps, WMI_TDLS_QOS_VO_FLAG)26639 #define WMI_SET_TDLS_PEER_VI_UAPSD(ppeer_caps) \ argument26640 WMI_TDLS_PEER_SET_QOS_FLAG(ppeer_caps, WMI_TDLS_QOS_VI_FLAG)[all …]