Home | History | Annotate | Download | only in pci

Lines Matching refs:txp_rx_desc

712 	struct txp_rx_desc *rxd;
722 idx = roff / sizeof(struct txp_rx_desc);
728 idx * sizeof(struct txp_rx_desc),
729 sizeof(struct txp_rx_desc), BUS_DMASYNC_POSTREAD);
807 idx * sizeof(struct txp_rx_desc),
808 sizeof(struct txp_rx_desc), BUS_DMASYNC_PREREAD);
810 roff += sizeof(struct txp_rx_desc);
811 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
1060 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1066 sizeof(struct txp_rx_desc) * RX_ENTRIES);
1071 boot->br_rxhipri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
1073 (struct txp_rx_desc *)sc->sc_rxhiring_dma.dma_vaddr;
1080 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1086 sizeof(struct txp_rx_desc) * RX_ENTRIES);
1091 boot->br_rxlopri_siz = htole32(RX_ENTRIES * sizeof(struct txp_rx_desc));
1093 (struct txp_rx_desc *)sc->sc_rxloring_dma.dma_vaddr;