Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dqdio_main.c1494 static int handle_inbound(struct qdio_q *q, unsigned int callflags, in handle_inbound() argument
1545 static int handle_outbound(struct qdio_q *q, unsigned int callflags, in handle_outbound() argument
1559 if (callflags & QDIO_FLAG_PCI_OUT) { in handle_outbound()
1604 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, in do_QDIO() argument
1617 "do%02x b:%02x c:%02x", callflags, bufnr, count); in do_QDIO()
1623 if (callflags & QDIO_FLAG_SYNC_INPUT) in do_QDIO()
1625 callflags, bufnr, count); in do_QDIO()
1626 else if (callflags & QDIO_FLAG_SYNC_OUTPUT) in do_QDIO()
1628 callflags, bufnr, count); in do_QDIO()