Searched refs:pQDest (Results 1 – 1 of 1) sorted by relevance
277 #define HTC_PACKET_QUEUE_TRANSFER_TO_TAIL(pQDest, pQSrc) \ argument279 dl_list_transfer_items_to_tail(&(pQDest)->QueueHead, \281 (pQDest)->Depth += (pQSrc)->Depth; \291 #define HTC_PACKET_QUEUE_TRANSFER_TO_HEAD(pQDest, pQSrc) \ argument293 dl_list_transfer_items_to_head(&(pQDest)->QueueHead, \295 (pQDest)->Depth += (pQSrc)->Depth; \