Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dqdio.h343 extern int qdio_allocate(struct ccw_device *cdev, unsigned int no_input_qs,
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_qdio.c374 ret = qdio_allocate(qdio->adapter->ccw_device, 1, 1); in zfcp_qdio_allocate()
/openbmc/linux/drivers/s390/cio/
H A Dqdio_main.c950 int qdio_allocate(struct ccw_device *cdev, unsigned int no_input_qs, in qdio_allocate() function
1017 EXPORT_SYMBOL_GPL(qdio_allocate);
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c5119 rc = qdio_allocate(CARD_DDEV(card), init_data.no_input_qs, in qeth_qdio_establish()