Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c1890 union ap_qact_ap_info apinfo = {0}; in ap_get_compatible_type() local
1892 apinfo.mode = (func >> 26) & 0x07; in ap_get_compatible_type()
1893 apinfo.cat = AP_DEVICE_TYPE_CEX8; in ap_get_compatible_type()
1894 status = ap_qact(qid, 0, &apinfo); in ap_get_compatible_type()
1896 apinfo.cat >= AP_DEVICE_TYPE_CEX4 && in ap_get_compatible_type()
1897 apinfo.cat <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1898 comp_type = apinfo.cat; in ap_get_compatible_type()