Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
HDif_txpreg.h587 struct txp_rsp_desc txp_rspring[RSP_ENTRIES]; member
HDif_txp.c934 bzero(&ld->txp_rspring, sizeof(struct txp_rsp_desc) * RSP_ENTRIES); in txp_alloc_rings()
935 boot->br_resp_lo = vtophys(&ld->txp_rspring); in txp_alloc_rings()
938 sc->sc_rspring.base = (struct txp_rsp_desc *)&ld->txp_rspring; in txp_alloc_rings()