Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/cio/
Dqdio_main.c1388 static int handle_inbound(struct qdio_q *q, unsigned int callflags, in handle_inbound() argument
1419 static int handle_outbound(struct qdio_q *q, unsigned int callflags, in handle_outbound() argument
1434 if (callflags & QDIO_FLAG_PCI_OUT) { in handle_outbound()
1481 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, in do_QDIO() argument
1493 "do%02x b:%02x c:%02x", callflags, bufnr, count); in do_QDIO()
1499 if (callflags & QDIO_FLAG_SYNC_INPUT) in do_QDIO()
1501 callflags, bufnr, count); in do_QDIO()
1502 else if (callflags & QDIO_FLAG_SYNC_OUTPUT) in do_QDIO()
1504 callflags, bufnr, count); in do_QDIO()