Lines Matching refs:vdc_port
57 struct vdc_port { struct
92 static void vdc_ldc_reset(struct vdc_port *port); argument
96 static inline struct vdc_port *to_vdc_port(struct vio_driver_state *vio) in to_vdc_port()
98 return container_of(vio, struct vdc_port, vio); in to_vdc_port()
108 static inline int vdc_version_supported(struct vdc_port *port, in vdc_version_supported()
176 static void vdc_blk_queue_start(struct vdc_port *port) in vdc_blk_queue_start()
201 struct vdc_port *port = to_vdc_port(vio); in vdc_handshake_complete()
208 static int vdc_handle_unknown(struct vdc_port *port, void *arg) in vdc_handle_unknown()
223 struct vdc_port *port = to_vdc_port(vio); in vdc_send_attr()
245 struct vdc_port *port = to_vdc_port(vio); in vdc_handle_attr()
297 static void vdc_end_special(struct vdc_port *port, struct vio_disk_desc *desc) in vdc_end_special()
304 static void vdc_end_one(struct vdc_port *port, struct vio_dring_state *dr, in vdc_end_one()
331 static int vdc_ack(struct vdc_port *port, void *msgbuf) in vdc_ack()
346 static int vdc_nack(struct vdc_port *port, void *msgbuf) in vdc_nack()
354 struct vdc_port *port = arg; in vdc_event()
422 static int __vdc_tx_trigger(struct vdc_port *port) in __vdc_tx_trigger()
461 struct vdc_port *port = req->rq_disk->private_data; in __send_request()
537 struct vdc_port *port = hctx->queue->queuedata; in vdc_queue_rq()
570 static int generic_request(struct vdc_port *port, u8 op, void *buf, int len) in generic_request()
710 static int vdc_alloc_tx_ring(struct vdc_port *port) in vdc_alloc_tx_ring()
740 static void vdc_free_tx_ring(struct vdc_port *port) in vdc_free_tx_ring()
756 static int vdc_port_up(struct vdc_port *port) in vdc_port_up()
770 static void vdc_port_down(struct vdc_port *port) in vdc_port_down()
784 struct vdc_port *port = q->queuedata; in cleanup_queue()
790 static struct request_queue *init_queue(struct vdc_port *port) in init_queue()
803 static int probe_disk(struct vdc_port *port) in probe_disk()
979 struct vdc_port *port; in vdc_port_probe()
1075 struct vdc_port *port = dev_get_drvdata(&vdev->dev); in vdc_port_remove()
1099 static void vdc_requeue_inflight(struct vdc_port *port) in vdc_requeue_inflight()
1124 static void vdc_queue_drain(struct vdc_port *port) in vdc_queue_drain()
1146 struct vdc_port *port; in vdc_ldc_reset_timer_work()
1149 port = container_of(work, struct vdc_port, ldc_reset_timer_work.work); in vdc_ldc_reset_timer_work()
1164 struct vdc_port *port; in vdc_ldc_reset_work()
1168 port = container_of(work, struct vdc_port, ldc_reset_work); in vdc_ldc_reset_work()
1176 static void vdc_ldc_reset(struct vdc_port *port) in vdc_ldc_reset()