Home
last modified time | relevance | path

Searched refs:wb_next (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/wb/
HDif_wbreg.h224 #define wb_next wb_ptr2 macro
293 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
HDif_wb.c811 ld->wb_rx_list[i].wb_next =
816 ld->wb_rx_list[i].wb_next =
1176 f->wb_next = vtophys(&c->wb_ptr->wb_frag[frag + 1]);
/NextBSD/sys/compat/ndis/
HDsubr_ntoskrnl.c1484 cur = cur->wb_next;
1549 next = w->wb_next;
1555 next = next->wb_next;
1701 w.wb_next = &w;
1807 w->wb_next = w + 1;
1859 (w - 1)->wb_next = whead;
1920 w = w->wb_next;
HDntoskrnl_var.h526 struct wait_block *wb_next; member