Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/wb/
Dif_wbreg.h226 #define wb_next wb_ptr2 macro
295 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
Dif_wb.c815 ld->wb_rx_list[i].wb_next =
820 ld->wb_rx_list[i].wb_next =
1179 f->wb_next = vtophys(&c->wb_ptr->wb_frag[frag + 1]);
/freebsd-12-stable/sys/compat/ndis/
Dsubr_ntoskrnl.c1486 cur = cur->wb_next;
1551 next = w->wb_next;
1557 next = next->wb_next;
1703 w.wb_next = &w;
1809 w->wb_next = w + 1;
1861 (w - 1)->wb_next = whead;
1922 w = w->wb_next;
Dntoskrnl_var.h528 struct wait_block *wb_next; member