Searched refs:wb_frag (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wbreg.h290 struct wb_desc wb_frag[WB_MAXFRAGS]; member in struct:wb_txdesc
293 #define WB_TXNEXT(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
294 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status
295 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl
296 #define WB_TXDATA(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data
298 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status
H A Dif_wb.c1169 f = &c->wb_ptr->wb_frag[frag];
1176 f->wb_next = vtophys(&c->wb_ptr->wb_frag[frag + 1]);
1207 f = &c->wb_ptr->wb_frag[0];
1216 f = &c->wb_ptr->wb_frag[frag];
1227 WB_TXNEXT(c) = vtophys(&c->wb_nextdesc->wb_ptr->wb_frag[0]);
1309 cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT;

Completed in 59 milliseconds