Lines Matching refs:ccw_device
308 /* params are: ccw_device, qdio_error, queue_number,
310 typedef void qdio_handler_t(struct ccw_device *, unsigned int, int,
358 void (*irq_poll)(struct ccw_device *cdev, unsigned long data);
379 extern int qdio_allocate(struct ccw_device *cdev, unsigned int no_input_qs,
381 extern int qdio_establish(struct ccw_device *cdev,
383 extern int qdio_activate(struct ccw_device *);
385 extern int do_QDIO(struct ccw_device *, unsigned int, int, unsigned int,
387 extern int qdio_start_irq(struct ccw_device *cdev);
388 extern int qdio_stop_irq(struct ccw_device *cdev);
389 extern int qdio_get_next_buffers(struct ccw_device *, int, int *, int *);
390 extern int qdio_inspect_queue(struct ccw_device *cdev, unsigned int nr,
393 extern int qdio_shutdown(struct ccw_device *, int);
394 extern int qdio_free(struct ccw_device *);
395 extern int qdio_get_ssqd_desc(struct ccw_device *, struct qdio_ssqd_desc *);