Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_txp.c604 rxd = r->r_desc + idx;
706 rxd = r->r_desc;
806 struct txp_tx_desc *txd = r->r_desc + cons;
835 txd = r->r_desc;
911 sc->sc_txhir.r_desc = (struct txp_tx_desc *)sc->sc_txhiring_dma.dma_vaddr;
938 sc->sc_txlor.r_desc = (struct txp_tx_desc *)sc->sc_txloring_dma.dma_vaddr;
952 sc->sc_rxhir.r_desc =
969 sc->sc_rxlor.r_desc =
1377 txd = r->r_desc + prod;
1416 fxd = (struct txp_frag_desc *)(r->r_desc + prod);
[all …]
Dif_txpreg.h548 struct txp_tx_desc *r_desc; /* base address of descs */ member
562 struct txp_rx_desc *r_desc; /* base address of descs */ member