wb_frag 1301 dev/pci/if_wb.c f = &c->wb_ptr->wb_frag[frag]; wb_frag 1308 dev/pci/if_wb.c f->wb_next = VTOPHYS(&c->wb_ptr->wb_frag[frag + 1]); wb_frag 1340 dev/pci/if_wb.c f = &c->wb_ptr->wb_frag[0]; wb_frag 1349 dev/pci/if_wb.c f = &c->wb_ptr->wb_frag[frag]; wb_frag 1360 dev/pci/if_wb.c WB_TXNEXT(c) = VTOPHYS(&c->wb_nextdesc->wb_ptr->wb_frag[0]); wb_frag 1432 dev/pci/if_wb.c cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT; wb_frag 291 dev/pci/if_wbreg.h struct wb_desc wb_frag[WB_MAXFRAGS]; wb_frag 294 dev/pci/if_wbreg.h #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next wb_frag 295 dev/pci/if_wbreg.h #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status wb_frag 296 dev/pci/if_wbreg.h #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl wb_frag 297 dev/pci/if_wbreg.h #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data wb_frag 299 dev/pci/if_wbreg.h #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status