wb_ptr            895 dev/pci/if_wb.c 		cd->wb_tx_chain[i].wb_ptr = &ld->wb_tx_list[i];
wb_ptr            928 dev/pci/if_wb.c 		cd->wb_rx_chain[i].wb_ptr =
wb_ptr            989 dev/pci/if_wb.c 	c->wb_ptr->wb_data = VTOPHYS(mtod(m_new, caddr_t));
wb_ptr            990 dev/pci/if_wb.c 	c->wb_ptr->wb_ctl = WB_RXCTL_RLINK | ETHER_MAX_DIX_LEN;
wb_ptr            991 dev/pci/if_wb.c 	c->wb_ptr->wb_status = WB_RXSTAT;
wb_ptr           1011 dev/pci/if_wb.c 	while(!((rxstat = sc->wb_cdata.wb_rx_head->wb_ptr->wb_status) &
wb_ptr           1021 dev/pci/if_wb.c 		    (WB_RXBYTES(cur_rx->wb_ptr->wb_status) < WB_MIN_FRAMELEN) ||
wb_ptr           1022 dev/pci/if_wb.c 		    (WB_RXBYTES(cur_rx->wb_ptr->wb_status) > ETHER_MAX_DIX_LEN) ||
wb_ptr           1042 dev/pci/if_wb.c 		total_len = WB_RXBYTES(cur_rx->wb_ptr->wb_status);
wb_ptr           1301 dev/pci/if_wb.c 			f = &c->wb_ptr->wb_frag[frag];
wb_ptr           1308 dev/pci/if_wb.c 			f->wb_next = VTOPHYS(&c->wb_ptr->wb_frag[frag + 1]);
wb_ptr           1340 dev/pci/if_wb.c 		f = &c->wb_ptr->wb_frag[0];
wb_ptr           1349 dev/pci/if_wb.c 		f = &c->wb_ptr->wb_frag[frag];
wb_ptr           1360 dev/pci/if_wb.c 	WB_TXNEXT(c) = VTOPHYS(&c->wb_nextdesc->wb_ptr->wb_frag[0]);
wb_ptr           1432 dev/pci/if_wb.c 	cur_tx->wb_ptr->wb_frag[0].wb_ctl |= WB_TXCTL_FINT;
wb_ptr            294 dev/pci/if_wbreg.h #define WB_TXNEXT(x)	x->wb_ptr->wb_frag[x->wb_lastdesc].wb_next
wb_ptr            295 dev/pci/if_wbreg.h #define WB_TXSTATUS(x)	x->wb_ptr->wb_frag[x->wb_lastdesc].wb_status
wb_ptr            296 dev/pci/if_wbreg.h #define WB_TXCTL(x)	x->wb_ptr->wb_frag[x->wb_lastdesc].wb_ctl
wb_ptr            297 dev/pci/if_wbreg.h #define WB_TXDATA(x)	x->wb_ptr->wb_frag[x->wb_lastdesc].wb_data
wb_ptr            299 dev/pci/if_wbreg.h #define WB_TXOWN(x)	x->wb_ptr->wb_frag[0].wb_status
wb_ptr            316 dev/pci/if_wbreg.h 	struct wb_txdesc	*wb_ptr;
wb_ptr            323 dev/pci/if_wbreg.h 	struct wb_desc		*wb_ptr;