Lines Matching refs:queue_depth
191 ap_test_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_test_queue() argument
200 *queue_depth = (int) (reg2 & 0xff); in ap_test_queue()
521 static int ap_query_queue(ap_qid_t qid, int *queue_depth, int *device_type) in ap_query_queue() argument
531 *queue_depth = t_depth + 1; in ap_query_queue()
685 return snprintf(buf, PAGE_SIZE, "%d\n", ap_dev->queue_depth); in ap_depth_show()
1244 int queue_depth, device_type, count, max_count, best_domain; in ap_select_domain() local
1270 rc = ap_query_queue(qid, &queue_depth, &device_type); in ap_select_domain()
1414 int queue_depth, device_type; in ap_scan_bus() local
1428 rc = ap_query_queue(qid, &queue_depth, &device_type); in ap_scan_bus()
1435 rc = ap_query_queue(qid, &queue_depth, in ap_scan_bus()
1461 ap_dev->queue_depth = queue_depth; in ap_scan_bus()
1615 ap_dev->queue_count >= ap_dev->queue_depth) in ap_poll_write()
1628 if (ap_dev->queue_count < ap_dev->queue_depth && in ap_poll_write()
1679 ap_dev->queue_count < ap_dev->queue_depth) { in __ap_queue_message()