Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dap_bus.c45 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
47 module_param_named(domain, ap_domain_index, int, 0440);
49 EXPORT_SYMBOL(ap_domain_index);
651 ap_domain_index = -1; in ap_bus_resume()
1004 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1017 ap_domain_index = domain; in ap_domain_store()
1241 if (ap_domain_index >= 0) { in ap_select_domain()
1269 ap_domain_index = best_domain; in ap_select_domain()
1270 AP_DBF(DBF_DEBUG, "new ap_domain_index=%d\n", ap_domain_index); in ap_select_domain()
1408 if (dom == ap_domain_index) in ap_scan_bus()
[all …]
Dzcrypt_api.c687 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_status_mask()
708 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_qdepth_mask()
735 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_perdev_reqcnt()
759 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
782 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
932 return put_user(ap_domain_index, (int __user *) arg); in zcrypt_unlocked_ioctl()
Dap_bus.h27 extern int ap_domain_index;