Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/cio/
Dqdio_main.c1404 static int handle_inbound(struct qdio_q *q, unsigned int callflags, in handle_inbound() argument
1435 static int handle_outbound(struct qdio_q *q, unsigned int callflags, in handle_outbound() argument
1450 if (callflags & QDIO_FLAG_PCI_OUT) { in handle_outbound()
1497 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, in do_QDIO() argument
1509 "do%02x b:%02x c:%02x", callflags, bufnr, count); in do_QDIO()
1515 if (callflags & QDIO_FLAG_SYNC_INPUT) in do_QDIO()
1517 callflags, bufnr, count); in do_QDIO()
1518 else if (callflags & QDIO_FLAG_SYNC_OUTPUT) in do_QDIO()
1520 callflags, bufnr, count); in do_QDIO()