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

/freebsd-11.0-release/sys/dev/wb/
H A Dif_wb.c860 c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | 1536;
1170 f->wb_ctl = WB_TXCTL_TLINK | m->m_len;
1172 f->wb_ctl |= WB_TXCTL_FIRSTFRAG;
1210 f->wb_ctl = total_len = m_new->m_len;
1211 f->wb_ctl |= WB_TXCTL_TLINK|WB_TXCTL_FIRSTFRAG;
1217 f->wb_ctl = WB_MIN_FRAMELEN - total_len;
1219 f->wb_ctl |= WB_TXCTL_TLINK;
1309 cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT;
H A Dif_wbreg.h218 u_int32_t wb_ctl; member in struct:wb_desc
295 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl

Completed in 70 milliseconds