Searched defs:lebuf_softc (Results 1 – 1 of 1) sorted by relevance
33 struct lebuf_softc { struct34 struct device sc_dev; /* us as a device */35 bus_space_tag_t sc_bustag;36 bus_dma_tag_t sc_dmatag;37 u_int sc_rev; /* revision */38 int sc_node; /* PROM node ID */39 int sc_burst; /* DVMA burst size in effect */40 caddr_t sc_buffer; /* VA of the buffer we provide */41 int sc_bufsiz; /* Size of buffer */42 int attached; /* 1: in use by `le' device */