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

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_txp.c657 struct txp_rx_desc *rxd;
666 idx = roff / sizeof(struct txp_rx_desc);
672 idx * sizeof(struct txp_rx_desc), sizeof(struct txp_rx_desc),
756 idx * sizeof(struct txp_rx_desc), sizeof(struct txp_rx_desc),
759 roff += sizeof(struct txp_rx_desc);
760 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) {
998 if (txp_dma_malloc(sc, sizeof(struct txp_rx_desc) * RX_ENTRIES,
1003 memset(sc->sc_rxhiring_dma.dma_vaddr, 0, sizeof(struct txp_rx_desc) * RX_ENTRIE
[all...]
H A Dif_txpreg.h253 struct txp_rx_desc { struct
265 /* txp_rx_desc.rx_flags */
278 /* txp_rx_desc.rx_stat (if rx_flags & RX_FLAGS_ERROR bit set) */
288 /* txp_rx_desc.rx_stat (if rx_flags & RX_FLAGS_ERROR not bit set) */
562 struct txp_rx_desc *r_desc; /* base address of descs */

Completed in 69 milliseconds