txb_cnt 100 dev/ic/dp8390.c sc->txb_cnt = 1; txb_cnt 102 dev/ic/dp8390.c sc->txb_cnt = 2; txb_cnt 104 dev/ic/dp8390.c sc->txb_cnt = 3; txb_cnt 107 dev/ic/dp8390.c sc->rec_page_start = sc->tx_page_start + sc->txb_cnt * ED_TXBUF_SIZE; txb_cnt 386 dev/ic/dp8390.c if ((sc->txb_next_tx + sc->txb_inuse) % sc->txb_cnt != sc->txb_new) txb_cnt 388 dev/ic/dp8390.c sc->txb_next_tx, sc->txb_inuse, sc->txb_cnt, sc->txb_new); txb_cnt 416 dev/ic/dp8390.c if (++sc->txb_next_tx == sc->txb_cnt) txb_cnt 445 dev/ic/dp8390.c if (sc->txb_inuse == sc->txb_cnt) { txb_cnt 477 dev/ic/dp8390.c if (++sc->txb_new == sc->txb_cnt) txb_cnt 55 dev/ic/dp8390var.h u_short txb_cnt; /* Number of transmit buffers */ txb_cnt 289 dev/ic/ne2000.c dsc->mem_start + ((dsc->txb_cnt * ED_TXBUF_SIZE) << ED_PAGE_SHIFT); txb_cnt 424 dev/isa/if_ec.c sc->txb_cnt = 1; txb_cnt 426 dev/isa/if_ec.c sc->txb_cnt = 2; txb_cnt 434 dev/isa/if_ec.c sc->txb_cnt = 1;