Searched defs:lebuf_softc (Results 1 – 1 of 1) sorted by relevance
32 struct lebuf_softc { struct33 device_t sc_dev; /* us as a device */34 u_int sc_rev; /* revision */35 int sc_node; /* PROM node ID */36 int sc_burst; /* DVMA burst size in effect */37 void * sc_buffer; /* VA of the buffer we provide */38 int sc_bufsiz; /* Size of buffer */39 int attached; /* 1: in use by `le' device */