Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dqdio_main.c387 if (need_siga_sync(q)) in debug_get_buf_state()
575 if (need_siga_sync(q)) in qdio_inbound_q_done()
734 if (need_siga_sync(q)) in get_outbound_buffer_frontier()
916 if (need_siga_sync(q) && need_siga_sync_after_ai(q)) in __tiqdio_inbound_processing()
1001 if (need_siga_sync(q) && need_siga_sync_out_after_pci(q)) in qdio_int_handler_pci()
1574 } else if (need_siga_sync(q)) { in handle_outbound()
1702 if (need_siga_sync(q)) in qdio_get_next_buffers()
Dqdio.h351 #define need_siga_sync(q) (unlikely(q->irq_ptr->siga_flag.sync)) macro