Home
last modified time | relevance | path

Searched refs:apinfo (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dap.h96 unsigned int apinfo : 32; /* ap type, ... */ member
338 * @apinfo: On input the info about the AP queue. On output the
345 union ap_qact_ap_info *apinfo) in ap_qact()
351 reg1.value = apinfo->val; in ap_qact()
362 apinfo->val = reg2; in ap_qact()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dap.h262 * @apinfo: On input the info about the AP queue. On output the
269 union ap_qact_ap_info *apinfo) in ap_qact()
279 reg1.value = apinfo->val; in ap_qact()
286 apinfo->val = reg2; in ap_qact()
268 ap_qact(ap_qid_t qid, int ifbit, union ap_qact_ap_info *apinfo) ap_qact() argument
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dap_bus.c1246 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1248 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1249 apinfo.cat = AP_DEVICE_TYPE_CEX7; in ap_get_compatible_type()
1250 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1252 && apinfo.cat >= AP_DEVICE_TYPE_CEX2A in ap_get_compatible_type()
1253 && apinfo.cat <= AP_DEVICE_TYPE_CEX7) in ap_get_compatible_type()
1254 comp_type = apinfo.cat; in ap_get_compatible_type()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_bus.c1694 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1696 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1697 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()
1698 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1700 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
1701 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1702 comp_type = apinfo.cat; in ap_get_compatible_type()

Completed in 7 milliseconds