Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dmtd8xxvar.h121 int mtd_tx_prod; member
H A Dmtd8xx.c449 cd->mtd_tx_prod = cd->mtd_tx_cons = cd->mtd_tx_cnt = 0; in mtd_list_tx_init()
701 idx = sc->mtd_cdata.mtd_tx_prod; in mtd_start()
722 if (idx == sc->mtd_cdata.mtd_tx_prod) in mtd_start()
726 sc->mtd_cdata.mtd_tx_prod = idx; in mtd_start()
1000 while(idx != sc->mtd_cdata.mtd_tx_prod) { in mtd_txeof()