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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c859 struct txp_tx_desc *txd = r->r_desc + cons;
868 cons * sizeof(struct txp_tx_desc),
869 sizeof(struct txp_tx_desc),
956 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
961 memset(sc->sc_txhiring_dma.dma_vaddr, 0, sizeof(struct txp_tx_desc) * TX_ENTRIES);
964 boot->br_txhipri_siz = htole32(TX_ENTRIES * sizeof(struct txp_tx_desc));
966 sc->sc_txhir.r_desc = (struct txp_tx_desc *)sc->sc_txhiring_dma.dma_vaddr;
983 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
988 memset(sc->sc_txloring_dma.dma_vaddr, 0, sizeof(struct txp_tx_desc) * TX_ENTRIES);
991 boot->br_txlopri_siz = htole32(TX_ENTRIES * sizeof(struct txp_tx_desc));
[all...]
H A Dif_txpreg.h222 struct txp_tx_desc { struct
548 struct txp_tx_desc *r_desc; /* base address of descs */

Completed in 72 milliseconds