Searched refs:hinfo (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | shuberror.c | 40 int hubiio_crb_error_handler(vertex_hdl_t hub_v, hubinfo_t hinfo); 41 int hubiio_prb_error_handler(vertex_hdl_t hub_v, hubinfo_t hinfo); 122 hubinfo_t hinfo; in hubii_eint_init() local 131 hubinfo_get(hub_v, &hinfo); in hubii_eint_init() 133 ASSERT(hinfo); in hubii_eint_init() 134 ASSERT(hinfo->h_cnodeid == cnode); in hubii_eint_init() 136 ilcsr.ii_ilcsr_regval = REMOTE_HUB_L(hinfo->h_nasid, IIO_ILCSR); in hubii_eint_init() 143 REMOTE_HUB_S(hinfo->h_nasid, IIO_ILCSR, ilcsr.ii_ilcsr_regval); in hubii_eint_init() 165 REMOTE_HUB_S(hinfo->h_nasid, IIO_IIDSR, hubio_eint.ii_iidsr_regval); in hubii_eint_init() 175 hubinfo_t hinfo; in hubii_eint_handler() local [all …]
|
D | bte_error.c | 80 hubinfo_t hinfo; in bte_crb_error_handler() local 84 hubinfo_get(hub_v, &hinfo); in bte_crb_error_handler() 85 bte = &hinfo->h_nodepda->bte_if[btenum]; in bte_crb_error_handler() 122 bte_error_handler((unsigned long) hinfo->h_nodepda); in bte_crb_error_handler()
|
D | shubio.c | 156 hubinfo_t hinfo; /* Hub info pointer */ in hub_ioerror_handler() local 165 hubinfo_get(hub_v, &hinfo); in hub_ioerror_handler() 167 if (!hinfo){ in hub_ioerror_handler() 171 nasid = hinfo->h_nasid; in hub_ioerror_handler() 241 bw_piomap = hubinfo_bwin_piomap_get(hinfo, in hub_ioerror_handler()
|
/linux-2.4.37.9/include/asm-ia64/sn/sn2/ |
D | sn_private.h | 193 #define hubinfo_to_hubv(hinfo, hub_v) (hinfo->h_nodepda->node_vertex) argument 198 #define hubinfo_bwin_piomap_get(hinfo, win) \ argument 199 (&hinfo->h_big_window_piomap[win]) 200 #define hubinfo_swin_piomap_get(hinfo, win) \ argument 201 (&hinfo->h_small_window_piomap[win])
|