Home
last modified time | relevance | path

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

/NextBSD/sys/dev/txp/
HDif_txpreg.h555 struct txp_tx_desc *r_desc; /* base address of descs */ member
577 struct txp_rx_desc *r_desc; /* base address of descs */ member
HDif_txp.c912 rxd = r->r_desc + roff / sizeof(struct txp_rx_desc); in txp_rx_reclaim()
976 rxd = r->r_desc; in txp_rx_reclaim()
1075 txd = r->r_desc + cons; in txp_tx_reclaim()
1095 txd = r->r_desc; in txp_tx_reclaim()
1368 sc->sc_txhir.r_desc = sc->sc_ldata.txp_txhiring; in txp_alloc_rings()
1389 sc->sc_txlor.r_desc = sc->sc_ldata.txp_txloring; in txp_alloc_rings()
1410 sc->sc_rxhir.r_desc = sc->sc_ldata.txp_rxhiring; in txp_alloc_rings()
1431 sc->sc_rxlor.r_desc = sc->sc_ldata.txp_rxloring; in txp_alloc_rings()
2115 first_txd = r->r_desc + r->r_prod; in txp_encap()
2179 fxd = (struct txp_frag_desc *)(r->r_desc + r->r_prod); in txp_encap()