Lines Matching defs:vio
30 #include <asm/vio.h>
130 struct vio_driver_state *vio = &port->vio;
133 vio_link_state_change(vio, LDC_EVENT_RESET);
135 vio_port_up(vio);
351 err = vio_driver_init(&port->vio, vdev, VDEV_NETWORK,
357 err = vio_ldc_alloc(&port->vio, &vsw_ldc_cfg, port);
383 vio_port_up(&port->vio);
403 vio_ldc_free(&port->vio);
416 del_timer_sync(&port->vio.timer);
430 vio_ldc_free(&port->vio);
463 MODULE_DEVICE_TABLE(vio, vsw_port_match);