Lines Matching refs:ccw_device
288 /* params are: ccw_device, qdio_error, queue_number,
290 typedef void qdio_handler_t(struct ccw_device *, unsigned int, int,
333 void (*irq_poll)(struct ccw_device *cdev, unsigned long data);
343 extern int qdio_allocate(struct ccw_device *cdev, unsigned int no_input_qs,
345 extern int qdio_establish(struct ccw_device *cdev,
347 extern int qdio_activate(struct ccw_device *);
348 extern int qdio_start_irq(struct ccw_device *cdev);
349 extern int qdio_stop_irq(struct ccw_device *cdev);
350 extern int qdio_inspect_input_queue(struct ccw_device *cdev, unsigned int nr,
352 extern int qdio_inspect_output_queue(struct ccw_device *cdev, unsigned int nr,
354 extern int qdio_add_bufs_to_input_queue(struct ccw_device *cdev,
357 extern int qdio_add_bufs_to_output_queue(struct ccw_device *cdev,
360 extern int qdio_shutdown(struct ccw_device *, int);
361 extern int qdio_free(struct ccw_device *);
362 extern int qdio_get_ssqd_desc(struct ccw_device *, struct qdio_ssqd_desc *);