Lines Matching refs:Depth
206 int Depth; member
213 (pQ)->Depth = 0; \
219 (pQ)->Depth++; \
225 (pQ)->Depth++; \
228 #define HTC_QUEUE_EMPTY(pQ) ((pQ)->Depth == 0)
232 if (queue->Depth == 0) in htc_get_pkt_at_head()
244 (pQ)->Depth--; \
253 queue->Depth--; in htc_packet_dequeue()
265 queue->Depth--; in htc_packet_dequeue_tail()
271 #define HTC_PACKET_QUEUE_DEPTH(pQ) (pQ)->Depth
281 (pQDest)->Depth += (pQSrc)->Depth; \
282 (pQSrc)->Depth = 0; \
295 (pQDest)->Depth += (pQSrc)->Depth; \
296 (pQSrc)->Depth = 0; \
303 (pQ)->Depth = 1; \