wb_tx_free 905 dev/pci/if_wb.c cd->wb_tx_free = &cd->wb_tx_chain[0]; wb_tx_free 1385 dev/pci/if_wb.c if (sc->wb_cdata.wb_tx_free->wb_mbuf != NULL) { wb_tx_free 1390 dev/pci/if_wb.c start_tx = sc->wb_cdata.wb_tx_free; wb_tx_free 1392 dev/pci/if_wb.c while(sc->wb_cdata.wb_tx_free->wb_mbuf == NULL) { wb_tx_free 1398 dev/pci/if_wb.c cur_tx = sc->wb_cdata.wb_tx_free; wb_tx_free 1399 dev/pci/if_wb.c sc->wb_cdata.wb_tx_free = cur_tx->wb_nextdesc; wb_tx_free 339 dev/pci/if_wbreg.h struct wb_chain *wb_tx_free;