Lines Matching defs:port

95 static inline int vdc_version_supported(struct vdc_port *port,  in vdc_version_supported()
163 static void vdc_blk_queue_start(struct vdc_port *port) in vdc_blk_queue_start()
191 struct vdc_port *port = to_vdc_port(vio); in vdc_handshake_complete() local
198 static int vdc_handle_unknown(struct vdc_port *port, void *arg) in vdc_handle_unknown()
213 struct vdc_port *port = to_vdc_port(vio); in vdc_send_attr() local
235 struct vdc_port *port = to_vdc_port(vio); in vdc_handle_attr() local
282 static void vdc_end_special(struct vdc_port *port, struct vio_disk_desc *desc) in vdc_end_special()
289 static void vdc_end_one(struct vdc_port *port, struct vio_dring_state *dr, in vdc_end_one()
316 static int vdc_ack(struct vdc_port *port, void *msgbuf) in vdc_ack()
331 static int vdc_nack(struct vdc_port *port, void *msgbuf) in vdc_nack()
339 struct vdc_port *port = arg; in vdc_event() local
407 static int __vdc_tx_trigger(struct vdc_port *port) in __vdc_tx_trigger()
443 struct vdc_port *port = req->rq_disk->private_data; in __send_request() local
518 struct vdc_port *port; in do_vdc_request() local
538 static int generic_request(struct vdc_port *port, u8 op, void *buf, int len) in generic_request()
679 static int vdc_alloc_tx_ring(struct vdc_port *port) in vdc_alloc_tx_ring()
709 static void vdc_free_tx_ring(struct vdc_port *port) in vdc_free_tx_ring()
725 static int vdc_port_up(struct vdc_port *port) in vdc_port_up()
739 static void vdc_port_down(struct vdc_port *port) in vdc_port_down()
747 static int probe_disk(struct vdc_port *port) in probe_disk()
866 struct vdc_port *port; in vdc_port_probe() local
953 struct vdc_port *port = dev_get_drvdata(&vdev->dev); in vdc_port_remove() local
981 static void vdc_requeue_inflight(struct vdc_port *port) in vdc_requeue_inflight()
1006 static void vdc_queue_drain(struct vdc_port *port) in vdc_queue_drain()
1016 struct vdc_port *port = (struct vdc_port *) _arg; in vdc_ldc_reset_timer() local
1032 struct vdc_port *port; in vdc_ldc_reset_work() local
1044 static void vdc_ldc_reset(struct vdc_port *port) in vdc_ldc_reset()