Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_bce.c510 int txstart; in bce_start() local
587 txstart = sc->bce_txsnext; in bce_start()
609 if ( sc->bce_txsnext > txstart ) { in bce_start()
611 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, in bce_start()
616 PAGE_SIZE + sizeof(struct bce_dma_slot) * txstart, in bce_start()
618 (BCE_NTXDESC - txstart), in bce_start()