Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_bus.c1438 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1443 if (rawtype < AP_DEVICE_TYPE_CEX2A) { in ap_get_compatible_type()
1446 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1450 if (rawtype <= AP_DEVICE_TYPE_CEX7) in ap_get_compatible_type()
1451 return rawtype; in ap_get_compatible_type()
1472 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1473 else if (comp_type != rawtype) in ap_get_compatible_type()
1476 rawtype, comp_type); in ap_get_compatible_type()

Completed in 6 milliseconds