Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/crypto/
A Dap_bus.c1633 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1638 if (rawtype < AP_DEVICE_TYPE_CEX2A) { in ap_get_compatible_type()
1641 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1645 if (rawtype <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1646 return rawtype; in ap_get_compatible_type()
1667 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1668 else if (comp_type != rawtype) in ap_get_compatible_type()
1671 rawtype, comp_type); in ap_get_compatible_type()

Completed in 5 milliseconds