Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h260 struct txp_rx_desc { struct
573 struct txp_rx_desc *r_desc; /* base address of descs */
584 struct txp_rx_desc txp_rxhiring[RX_ENTRIES];
585 struct txp_rx_desc txp_rxloring[RX_ENTRIES];
H A Dif_txp.c653 struct txp_rx_desc *rxd; in txp_rx_reclaim()
660 rxd = r->r_desc + (roff / sizeof(struct txp_rx_desc)); in txp_rx_reclaim()
732 roff += sizeof(struct txp_rx_desc); in txp_rx_reclaim()
733 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) { in txp_rx_reclaim()
911 boot->br_rxhipri_siz = RX_ENTRIES * sizeof(struct txp_rx_desc); in txp_alloc_rings()
912 sc->sc_rxhir.r_desc = (struct txp_rx_desc *)&ld->txp_rxhiring; in txp_alloc_rings()
919 boot->br_rxlopri_siz = RX_ENTRIES * sizeof(struct txp_rx_desc); in txp_alloc_rings()
920 sc->sc_rxlor.r_desc = (struct txp_rx_desc *)&ld->txp_rxloring; in txp_alloc_rings()