Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_api.h296 #define HTC_EP_ACTIVE ((uint32_t) (1u << 31)) macro
300 #define IS_EP_ACTIVE(epDist) ((epDist)->DistFlags & HTC_EP_ACTIVE)
301 #define SET_EP_ACTIVE(epDist) (epDist)->DistFlags |= HTC_EP_ACTIVE