Home
last modified time | relevance | path

Searched defs:TX_GET_QUEUE_IDX (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h98 #define TX_GET_QUEUE_IDX(ac, off) (((ac) * TX_QUEUES_PER_AC) + (off)) macro
101 #define TX_GET_QUEUE_IDX(ac, off) (ac) macro
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h161 #define TX_GET_QUEUE_IDX(ac, off) (((ac) * TX_QUEUES_PER_AC) + (off)) macro
164 #define TX_GET_QUEUE_IDX(ac, off) (ac) macro