Lines Matching defs:vdc_port

56 struct vdc_port {
91 static void vdc_ldc_reset(struct vdc_port *port);
95 static inline struct vdc_port *to_vdc_port(struct vio_driver_state *vio)
97 return container_of(vio, struct vdc_port, vio);
107 static inline int vdc_version_supported(struct vdc_port *port,
145 struct vdc_port *port = bdev->bd_disk->private_data;
179 static void vdc_blk_queue_start(struct vdc_port *port)
204 struct vdc_port *port = to_vdc_port(vio);
211 static int vdc_handle_unknown(struct vdc_port *port, void *arg)
226 struct vdc_port *port = to_vdc_port(vio);
248 struct vdc_port *port = to_vdc_port(vio);
300 static void vdc_end_special(struct vdc_port *port, struct vio_disk_desc *desc)
307 static void vdc_end_one(struct vdc_port *port, struct vio_dring_state *dr,
334 static int vdc_ack(struct vdc_port *port, void *msgbuf)
349 static int vdc_nack(struct vdc_port *port, void *msgbuf)
357 struct vdc_port *port = arg;
425 static int __vdc_tx_trigger(struct vdc_port *port)
464 struct vdc_port *port = req->q->disk->private_data;
540 struct vdc_port *port = hctx->queue->queuedata;
573 static int generic_request(struct vdc_port *port, u8 op, void *buf, int len)
713 static int vdc_alloc_tx_ring(struct vdc_port *port)
743 static void vdc_free_tx_ring(struct vdc_port *port)
759 static int vdc_port_up(struct vdc_port *port)
773 static void vdc_port_down(struct vdc_port *port)
785 static int probe_disk(struct vdc_port *port)
968 struct vdc_port *port;
1065 struct vdc_port *port = dev_get_drvdata(&vdev->dev);
1087 static void vdc_requeue_inflight(struct vdc_port *port)
1112 static void vdc_queue_drain(struct vdc_port *port)
1134 struct vdc_port *port;
1137 port = container_of(work, struct vdc_port, ldc_reset_timer_work.work);
1152 struct vdc_port *port;
1156 port = container_of(work, struct vdc_port, ldc_reset_work);
1164 static void vdc_ldc_reset(struct vdc_port *port)
1209 .name = "vdc_port",