Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_packet.h206 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
[all …]