Home
last modified time | relevance | path

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

/NextBSD/sys/dev/txp/
HDif_txpreg.h318 struct txp_rxbuf_desc { struct
593 struct txp_rxbuf_desc *txp_rxbufs;
679 struct txp_rxbuf_desc *sc_rxbufs;
HDif_txp.c996 struct txp_rxbuf_desc *rbd; in txp_rxbuf_reclaim()
1292 struct txp_rxbuf_desc *rbd; in txp_alloc_rings()
1467 &sc->sc_cdata.txp_rxbufs_tag, sizeof(struct txp_rxbuf_desc), 0, in txp_alloc_rings()
1469 sizeof(struct txp_rxbuf_desc) * RXBUF_ENTRIES, in txp_alloc_rings()
1478 htole32(RXBUF_ENTRIES * sizeof(struct txp_rxbuf_desc)); in txp_alloc_rings()
1789 struct txp_rxbuf_desc *rbd; in txp_rxring_fill()