Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/cio/
Dqdio_main.c1477 static int handle_inbound(struct qdio_q *q, unsigned int callflags, in handle_inbound() argument
1528 static int handle_outbound(struct qdio_q *q, unsigned int callflags, in handle_outbound() argument
1543 if (callflags & QDIO_FLAG_PCI_OUT) { in handle_outbound()
1593 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, in do_QDIO() argument
1606 "do%02x b:%02x c:%02x", callflags, bufnr, count); in do_QDIO()
1612 if (callflags & QDIO_FLAG_SYNC_INPUT) in do_QDIO()
1614 callflags, bufnr, count); in do_QDIO()
1615 else if (callflags & QDIO_FLAG_SYNC_OUTPUT) in do_QDIO()
1617 callflags, bufnr, count); in do_QDIO()