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

/drivers/s390/cio/
H A Dqdio_main.c1561 * @callflags: flags
1565 static int handle_inbound(struct qdio_q *q, unsigned int callflags, argument
1614 * @callflags: flags
1618 static int handle_outbound(struct qdio_q *q, unsigned int callflags, argument
1633 if (callflags & QDIO_FLAG_PCI_OUT) {
1672 * @callflags: input or output and special flags from the program
1677 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, argument
1691 "do%02x b:%02x c:%02x", callflags, bufnr, count);
1697 if (callflags & QDIO_FLAG_SYNC_INPUT)
1699 callflags, bufn
[all...]

Completed in 69 milliseconds