Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c1757 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1762 if (rawtype < AP_DEVICE_TYPE_CEX4) { in ap_get_compatible_type()
1765 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1769 if (rawtype <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1770 return rawtype; in ap_get_compatible_type()
1791 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1792 else if (comp_type != rawtype) in ap_get_compatible_type()
1795 rawtype, comp_type); in ap_get_compatible_type()