Home
last modified time | relevance | path

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

/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/qdf/inc/
Dqdf_util.h130 #define QDF_IS_ADDR_BROADCAST(_a) \ argument
Dqdf_net_types.h101 #define QDF_NET_IS_MAC_MULTICAST(_a) (*(_a) & 0x01) 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
382 #define DP_FRAME_IS_BROADCAST(_a) \ argument
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx_tlv.h1166 #define IS_ADDR_MULTICAST(_a) (*(_a) & 0x01) argument