Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txp.c660 rxd = r->r_desc + (roff / sizeof(struct txp_rx_desc)); in txp_rx_reclaim()
735 rxd = r->r_desc; in txp_rx_reclaim()
808 struct txp_tx_desc *txd = r->r_desc + cons; in txp_tx_reclaim()
829 txd = r->r_desc; in txp_tx_reclaim()
895 sc->sc_txhir.r_desc = (struct txp_tx_desc *)&ld->txp_txhiring; in txp_alloc_rings()
904 sc->sc_txlor.r_desc = (struct txp_tx_desc *)&ld->txp_txloring; in txp_alloc_rings()
912 sc->sc_rxhir.r_desc = (struct txp_rx_desc *)&ld->txp_rxhiring; in txp_alloc_rings()
920 sc->sc_rxlor.r_desc = (struct txp_rx_desc *)&ld->txp_rxloring; in txp_alloc_rings()
1246 txd = r->r_desc + prod; in txp_start()
1276 fxd = (struct txp_frag_desc *)(r->r_desc + prod); in txp_start()
[all …]
H A Dif_txpreg.h559 struct txp_tx_desc *r_desc; /* base address of descs */ member
573 struct txp_rx_desc *r_desc; /* base address of descs */ member