Searched refs:do_QDIO (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/scsi/ |
| A D | zfcp_qdio.c | 157 if (do_QDIO(cdev, QDIO_FLAG_SYNC_INPUT, 0, idx, count, NULL)) in zfcp_qdio_int_resp() 329 retval = do_QDIO(qdio->adapter->ccw_device, QDIO_FLAG_SYNC_OUTPUT, 0, in zfcp_qdio_send() 501 if (do_QDIO(cdev, QDIO_FLAG_SYNC_INPUT, 0, 0, QDIO_MAX_BUFFERS_PER_Q, in zfcp_qdio_open()
|
| /linux/arch/s390/include/asm/ |
| A D | qdio.h | 352 extern int do_QDIO(struct ccw_device *cdev, unsigned int callflags, int q_nr,
|
| /linux/drivers/s390/cio/ |
| A D | qdio_main.c | 1195 int do_QDIO(struct ccw_device *cdev, unsigned int callflags, in do_QDIO() function 1219 EXPORT_SYMBOL_GPL(do_QDIO);
|
| /linux/drivers/s390/net/ |
| A D | qeth_core_main.c | 358 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, 1, 0, 127, in qeth_cq_init() 2929 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, 0, 0, rx_bufs, in qeth_init_qdio_queues() 3418 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, 0, in qeth_rx_refill_queue() 3591 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_OUTPUT, queue->queue_no, in qeth_flush_buffers() 3742 rc = do_QDIO(CARD_DDEV(card), QDIO_FLAG_SYNC_INPUT, queue, in qeth_qdio_cq_handler()
|
Completed in 20 milliseconds