wb_ctl            990 dev/pci/if_wb.c 	c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | ETHER_MAX_DIX_LEN;
wb_ctl           1302 dev/pci/if_wb.c 			f->wb_ctl = WB_TXCTL_TLINK | m->m_len;
wb_ctl           1304 dev/pci/if_wb.c 				f->wb_ctl |= WB_TXCTL_FIRSTFRAG;
wb_ctl           1343 dev/pci/if_wb.c 		f->wb_ctl = total_len = m_new->m_len;
wb_ctl           1344 dev/pci/if_wb.c 		f->wb_ctl |= WB_TXCTL_TLINK|WB_TXCTL_FIRSTFRAG;
wb_ctl           1350 dev/pci/if_wb.c 		f->wb_ctl = WB_MIN_FRAMELEN - total_len;
wb_ctl           1352 dev/pci/if_wb.c 		f->wb_ctl |= WB_TXCTL_TLINK;
wb_ctl           1432 dev/pci/if_wb.c 	cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT;
wb_ctl            220 dev/pci/if_wbreg.h 	u_int32_t		wb_ctl;
wb_ctl            296 dev/pci/if_wbreg.h #define WB_TXCTL(x)	x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl