Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/ !
Dap.h288 union ap_qact_ap_info *apinfo) in ap_qact() argument
297 reg1.value = apinfo->val; in ap_qact()
308 apinfo->val = reg2; in ap_qact()
/linux-6.1.9/drivers/s390/crypto/ !
Dap_bus.c1654 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1656 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1657 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()
1658 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1660 apinfo.cat >= AP_DEVICE_TYPE_CEX2A && in ap_get_compatible_type()
1661 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1662 comp_type = apinfo.cat; in ap_get_compatible_type()