Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c321 case AP_RESPONSE_NORMAL: in ap_query_functions()
363 case AP_RESPONSE_NORMAL: in ap_queue_enable_interruption()
439 case AP_RESPONSE_NORMAL: in ap_send()
499 case AP_RESPONSE_NORMAL: in ap_recv()
530 case AP_RESPONSE_NORMAL: in ap_query_queue()
579 case AP_RESPONSE_NORMAL: in ap_init_queue()
1355 if (status.response_code != AP_RESPONSE_NORMAL) { in ap_probe_device_type()
1364 if (status.response_code == AP_RESPONSE_NORMAL && in ap_probe_device_type()
1570 case AP_RESPONSE_NORMAL: in ap_poll_read()
1622 case AP_RESPONSE_NORMAL: in ap_poll_write()
[all …]
Dap_bus.h94 #define AP_RESPONSE_NORMAL 0x00 macro