Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dap_bus.c1226 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1231 if (rawtype < AP_DEVICE_TYPE_CEX2A) { in ap_get_compatible_type()
1233 AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1237 if (rawtype <= AP_DEVICE_TYPE_CEX7) in ap_get_compatible_type()
1238 return rawtype; in ap_get_compatible_type()
1258 AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1259 else if (comp_type != rawtype) in ap_get_compatible_type()
1262 rawtype, comp_type); in ap_get_compatible_type()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dap_bus.c1673 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1678 if (rawtype < AP_DEVICE_TYPE_CEX4) { in ap_get_compatible_type()
1681 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1685 if (rawtype <= AP_DEVICE_TYPE_CEX8) in ap_get_compatible_type()
1686 return rawtype; in ap_get_compatible_type()
1707 AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1708 else if (comp_type != rawtype) in ap_get_compatible_type()
1711 rawtype, comp_type); in ap_get_compatible_type()

Completed in 5 milliseconds