Lines Matching refs:busv
66 vertex_hdl_t busv; /* the xswitch vertex */ member
206 vertex_hdl_t busv; in xbow_attach() local
248 busv = hwgraph_connectpt_get(conn); in xbow_attach()
250 …printk("xbow_attach: Bus Vertex 0x%p, conn 0x%p, xbow register 0x%p wid= 0x%x\n", busv, conn, xbow… in xbow_attach()
253 ASSERT(busv != GRAPH_VERTEX_NONE); in xbow_attach()
283 soft->busv = busv; in xbow_attach()
366 info = xswitch_info_new(busv); in xbow_attach()
373 (void *)busv, port); in xbow_attach()
379 printk(KERN_INFO "0x%p link %d is alive but no widget is present\n", (void *)busv, port); in xbow_attach()
385 (void *)busv, port); in xbow_attach()
420 xswitch_provider_register(busv, &xbow_provider); in xbow_attach()
557 info = xswitch_info_get(soft->busv); in xbow_xmit_retry_error()
698 xwidget_vhdl = xbow_widget_lookup(soft->busv,port); in xbow_errintr_handler()
809 vertex_hdl_t busv; in xbow_error_handler() local
824 busv = soft->busv; in xbow_error_handler()
827 printk("%s: xbow_error_handler\n", soft->name, busv); in xbow_error_handler()
1011 conn = xbow_widget_lookup(busv, port); in xbow_error_handler()
1177 xwidget_vhdl = xbow_widget_lookup(xbow_soft->busv,link+BASE_XBOW_PORT); in xbow_update_llp_status()