Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h130 #define QDF_IS_ADDR_BROADCAST(_a) \ argument
131 ((_a)[0] == 0xff && \
132 (_a)[1] == 0xff && \
133 (_a)[2] == 0xff && \
134 (_a)[3] == 0xff && \
135 (_a)[4] == 0xff && \
136 (_a)[5] == 0xff)
Dqdf_net_types.h101 #define QDF_NET_IS_MAC_MULTICAST(_a) (*(_a) & 0x01) argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_util.h177 #define __qdf_min(_a, _b) min(_a, _b) argument
178 #define __qdf_max(_a, _b) max(_a, _b) argument
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_mob_def.h54 #define IEEE80211_IS_MULTICAST(_a) (*(_a) & 0x01) argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h375 #define DP_FRAME_IS_MULTICAST(_a) (*(_a) & 0x01) argument
376 #define DP_FRAME_IS_IPV4_MULTICAST(_a) (*(_a) == 0x01) argument
378 #define DP_FRAME_IS_IPV6_MULTICAST(_a) \ argument
379 ((_a)[0] == 0x33 && \
380 (_a)[1] == 0x33)
382 #define DP_FRAME_IS_BROADCAST(_a) \ argument
383 ((_a)[0] == 0xff && \
384 (_a)[1] == 0xff && \
385 (_a)[2] == 0xff && \
386 (_a)[3] == 0xff && \
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx_tlv.h1166 #define IS_ADDR_MULTICAST(_a) (*(_a) & 0x01) argument