Searched refs:qdepth (Results 1 – 3 of 3) sorted by relevance
7208 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local7209 if (qdepth < 0) { in getZSLQueueDepth()7210 qdepth = 2; in getZSLQueueDepth()7212 return qdepth; in getZSLQueueDepth()
9125 int qdepth = getInt(KEY_QC_ZSL_QUEUE_DEPTH); in getZSLQueueDepth() local9126 if (qdepth < 0) { in getZSLQueueDepth()9127 qdepth = 2; in getZSLQueueDepth()9129 return (uint8_t)qdepth; in getZSLQueueDepth()