Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dap_bus.c1434 static int ap_get_compatible_type(ap_qid_t qid, int rawtype, unsigned int func) in ap_get_compatible_type() argument
1439 if (rawtype < AP_DEVICE_TYPE_CEX2A) { in ap_get_compatible_type()
1441 AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1445 if (rawtype <= AP_DEVICE_TYPE_CEX7) in ap_get_compatible_type()
1446 return rawtype; in ap_get_compatible_type()
1466 AP_QID_CARD(qid), AP_QID_QUEUE(qid), rawtype); in ap_get_compatible_type()
1467 else if (comp_type != rawtype) in ap_get_compatible_type()
1470 rawtype, comp_type); in ap_get_compatible_type()