Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dap_bus.c312 case AP_RESPONSE_NORMAL: in ap_query_functions()
358 case AP_RESPONSE_NORMAL: in ap_queue_enable_interruption()
437 case AP_RESPONSE_NORMAL: in ap_send()
497 case AP_RESPONSE_NORMAL: in ap_recv()
528 case AP_RESPONSE_NORMAL: in ap_query_queue()
577 case AP_RESPONSE_NORMAL: in ap_init_queue()
1311 if (status.response_code != AP_RESPONSE_NORMAL) { in ap_probe_device_type()
1320 if (status.response_code == AP_RESPONSE_NORMAL && in ap_probe_device_type()
1532 case AP_RESPONSE_NORMAL: in ap_poll_read()
1584 case AP_RESPONSE_NORMAL: in ap_poll_write()
[all …]
Dap_bus.h94 #define AP_RESPONSE_NORMAL 0x00 macro