Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dap_queue.c485 [AP_SM_EVENT_POLL] = ap_sm_reset,
489 [AP_SM_EVENT_POLL] = ap_sm_reset_wait,
493 [AP_SM_EVENT_POLL] = ap_sm_setirq_wait,
497 [AP_SM_EVENT_POLL] = ap_sm_write,
501 [AP_SM_EVENT_POLL] = ap_sm_read_write,
505 [AP_SM_EVENT_POLL] = ap_sm_read,
509 [AP_SM_EVENT_POLL] = ap_sm_assoc_wait,
633 ap_wait(ap_sm_event(aq, AP_SM_EVENT_POLL)); in reset_store()
1067 ap_wait(ap_sm_event(aq, AP_SM_EVENT_POLL)); in se_associate_store()
1140 ap_wait(ap_sm_event(aq, AP_SM_EVENT_POLL)); in ap_queue_init_reply()
[all …]
Dap_bus.h96 AP_SM_EVENT_POLL, enumerator
Dap_bus.c461 wait = min(wait, ap_sm_event_loop(aq, AP_SM_EVENT_POLL)); in ap_tasklet_fn()