Searched refs:busv (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/ |
D | xswitch.c | 48 vertex_hdl_t busv; in xwidget_to_provider_fns() local 52 busv = hwgraph_connectpt_get(xconn_vhdl); in xwidget_to_provider_fns() 53 ASSERT(busv != GRAPH_VERTEX_NONE); in xwidget_to_provider_fns() 55 xswitch_info = xswitch_info_get(busv); in xwidget_to_provider_fns() 189 xswitch_provider_register(vertex_hdl_t busv, in xswitch_provider_register() argument 192 xswitch_info_t xswitch_info = xswitch_info_get(busv); in xswitch_provider_register()
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | xbow.c | 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() [all …]
|