Searched defs:xmi_attach_args (Results 1 – 1 of 1) sorted by relevance
49 struct xmi_attach_args { struct50 bus_space_tag_t xa_iot;51 bus_space_handle_t xa_ioh; /* Base address for this node */52 bus_dma_tag_t xa_dmat;53 int xa_busnr;54 int xa_nodenr;55 int xa_intcpu; /* Mask of which cpus to interrupt */56 int xa_ivec; /* Interrupt vector to use */57 void *xa_icookie;