Lines Matching defs:callflags
1404 * @callflags: flags
1408 static int handle_inbound(struct qdio_q *q, unsigned int callflags,
1435 * @callflags: flags
1439 static int handle_outbound(struct qdio_q *q, unsigned int callflags,
1454 if (callflags & QDIO_FLAG_PCI_OUT) {
1496 * @callflags: input or output and special flags from the program
1501 int do_QDIO(struct ccw_device *cdev, unsigned int callflags,
1513 "do%02x b:%02x c:%02x", callflags, bufnr, count);
1519 if (callflags & QDIO_FLAG_SYNC_INPUT)
1521 callflags, bufnr, count);
1522 else if (callflags & QDIO_FLAG_SYNC_OUTPUT)
1524 callflags, bufnr, count);