Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bfe/
H A Dif_bfe.c724 sc->bfe_tx_cnt = sc->bfe_tx_prod = sc->bfe_tx_cons = 0; in bfe_chip_reset()
1294 idx = sc->bfe_tx_prod; in bfe_start()
1341 sc->bfe_tx_prod = idx; in bfe_start()
H A Dif_bfereg.h492 uint32_t bfe_tx_cnt, bfe_tx_cons, bfe_tx_prod; member