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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wbreg.h217 u_int32_t wb_status; member in struct:wb_desc
294 #define WB_TXSTATUS(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status
298 #define WB_TXOWN(x) x->wb_ptr->wb_frag[0].wb_status
H A Dif_wb.c861 c->wb_ptr->wb_status = WB_RXSTAT;
884 while(!((rxstat = sc->wb_cdata.wb_rx_head->wb_ptr->wb_status) &
894 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) < WB_MIN_FRAMELEN) ||
895 (WB_RXBYTES(cur_rx->wb_ptr->wb_status) > 1536) ||
916 total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status);
1173 f->wb_status = 0;
1175 f->wb_status = WB_TXSTAT_OWN;
1208 f->wb_status = 0;
1220 f->wb_status = WB_TXSTAT_OWN;

Completed in 51 milliseconds