Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h548 u_int32_t lastwrite; member
554 u_int32_t lastwrite; member
H A Dif_txp.c931 sc->sc_cmdring.lastwrite = 0; in txp_alloc_rings()
940 sc->sc_rspring.lastwrite = 0; in txp_alloc_rings()
1359 idx = sc->sc_cmdring.lastwrite; in txp_command2()
1385 sc->sc_cmdring.lastwrite = idx; in txp_command2()
1387 WRITE_REG(sc, TXP_H2A_2, sc->sc_cmdring.lastwrite); in txp_command2()
1477 sc->sc_rspring.lastwrite = hv->hv_resp_read_idx = ridx; in txp_rsp_fixup()
1490 widx = sc->sc_cmdring.lastwrite; in txp_cmd_desc_numfree()