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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wbreg.h293 #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
318 u_int8_t wb_lastdesc; member in struct:wb_chain
H A Dif_wb.c1225 c->wb_lastdesc = frag - 1;

Completed in 50 milliseconds