Home | History | Annotate | Download | only in boot

Lines Matching defs:dc_udbbuf

69         struct  de_udbbuf dc_udbbuf;    /* UNIBUS data buffer */
149 dc->dc_pcbb.pcbb2 = LOWORD(&pdc->dc_udbbuf);
150 dc->dc_pcbb.pcbb4 = HIWORD(&pdc->dc_udbbuf);
152 dc->dc_udbbuf.b_tdrbl = LOWORD(&pdc->dc_xrent[0]);
153 dc->dc_udbbuf.b_tdrbh = HIWORD(&pdc->dc_xrent[0]);
154 dc->dc_udbbuf.b_telen = sizeof (struct de_ring) / sizeof(u_int16_t);
155 dc->dc_udbbuf.b_trlen = NXMT;
156 dc->dc_udbbuf.b_rdrbl = LOWORD(&pdc->dc_rrent[0]);
157 dc->dc_udbbuf.b_rdrbh = HIWORD(&pdc->dc_rrent[0]);
158 dc->dc_udbbuf.b_relen = sizeof (struct de_ring) / sizeof(u_int16_t);
159 dc->dc_udbbuf.b_rrlen = NRCV;