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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c667 rxd = r->r_desc + idx;
763 rxd = r->r_desc;
859 struct txp_tx_desc *txd = r->r_desc + cons;
888 txd = r->r_desc;
966 sc->sc_txhir.r_desc = (struct txp_tx_desc *)sc->sc_txhiring_dma.dma_vaddr;
993 sc->sc_txlor.r_desc = (struct txp_tx_desc *)sc->sc_txloring_dma.dma_vaddr;
1007 sc->sc_rxhir.r_desc =
1024 sc->sc_rxlor.r_desc =
1431 txd = r->r_desc + prod;
1465 fxd = (struct txp_frag_desc *)(r->r_desc
[all...]
H A Dif_txpreg.h548 struct txp_tx_desc *r_desc; /* base address of descs */ member in struct:txp_tx_ring
562 struct txp_rx_desc *r_desc; /* base address of descs */ member in struct:txp_rx_ring

Completed in 81 milliseconds