Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wb/
H A Dif_wb.c952 c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | 1536; in wb_newbuf()
1226 f->wb_ctl = WB_TXCTL_TLINK | m->m_len; in wb_encap()
1228 f->wb_ctl |= WB_TXCTL_FIRSTFRAG; in wb_encap()
1268 f->wb_ctl = total_len = m_new->m_len; in wb_encap()
1269 f->wb_ctl |= WB_TXCTL_TLINK|WB_TXCTL_FIRSTFRAG; in wb_encap()
1275 f->wb_ctl = WB_MIN_FRAMELEN - total_len; in wb_encap()
1277 f->wb_ctl |= WB_TXCTL_TLINK; in wb_encap()
1348 cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT; in wb_start()
H A Dif_wbreg.h219 uint32_t wb_ctl; member
296 #define WB_TXCTL(x) x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl