Home
last modified time | relevance | path

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

/Linux-v5.4/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);
667 ap_domain_index = -1; in ap_bus_resume()
1026 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1039 ap_domain_index = domain; in ap_domain_store()
1279 if (ap_domain_index >= 0) { in ap_select_domain()
1307 ap_domain_index = best_domain; in ap_select_domain()
1308 AP_DBF(DBF_DEBUG, "new ap_domain_index=%d\n", ap_domain_index); in ap_select_domain()
1554 if (ap_domain_index >= 0) { in ap_scan_bus()
[all …]
Dzcrypt_api.c827 ap_domain_index >= 0) in _zcrypt_send_cprb()
828 tdom = ap_domain_index; in _zcrypt_send_cprb()
1184 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_status_mask()
1205 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_qdepth_mask()
1231 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_perdev_reqcnt()
1254 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
1277 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
1433 return put_user(ap_domain_index, (int __user *) arg); in zcrypt_unlocked_ioctl()
Dzcrypt_cex4.c86 if (ap_domain_index >= 0) in serialnr_show()
87 cca_get_info(ac->id, ap_domain_index, &ci, zc->online); in serialnr_show()
Dap_bus.h28 extern int ap_domain_index;