Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c54 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
56 module_param_named(domain, ap_domain_index, int, 0444);
58 EXPORT_SYMBOL(ap_domain_index);
1341 return sysfs_emit(buf, "%d\n", ap_domain_index); in ap_domain_show()
1355 ap_domain_index = domain; in ap_domain_store()
1834 if (ap_domain_index >= 0) { in ap_select_domain()
1856 ap_domain_index = dom; in ap_select_domain()
1858 __func__, ap_domain_index); in ap_select_domain()
2423 if (ap_domain_index >= 0) { in ap_scan_bus()
2426 (void *)(long)ap_domain_index, in ap_scan_bus()
[all …]
H A Dzcrypt_api.c1373 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_status_mask()
1394 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_qdepth_mask()
1421 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_perdev_reqcnt()
1445 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
1468 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
1674 return put_user(ap_domain_index, (int __user *)arg); in zcrypt_unlocked_ioctl()