Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dap.h96 unsigned int apinfo : 32; /* ap type, ... */ member
353 union ap_qact_ap_info *apinfo) in ap_qact() argument
359 reg1.value = apinfo->val; in ap_qact()
370 apinfo->val = reg2; in ap_qact()
/linux-6.15/drivers/s390/crypto/
H A Dap_bus.c1713 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1715 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1716 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()
1717 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1719 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
1720 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1721 comp_type = apinfo.cat; in ap_get_compatible_type()