Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dap_bus.c1612 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1617 if (rawtype < AP_DEVICE_TYPE_CEX2A) { in ap_get_compatible_type()
1620 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1624 if (rawtype <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1625 return rawtype; in ap_get_compatible_type()
1646 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1647 else if (comp_type != rawtype) in ap_get_compatible_type()
1650 rawtype, comp_type); in ap_get_compatible_type()