Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_packet.h277 #define HTC_PACKET_QUEUE_TRANSFER_TO_TAIL(pQDest, pQSrc) \ argument
280 &(pQSrc)->QueueHead); \
281 (pQDest)->Depth += (pQSrc)->Depth; \
282 (pQSrc)->Depth = 0; \
291 #define HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(pQDest, pQSrc) \ argument
294 &(pQSrc)->QueueHead); \
295 (pQDest)->Depth += (pQSrc)->Depth; \
296 (pQSrc)->Depth = 0; \