Lines Matching refs:rxrd
2279 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) in age_rxeof() argument
2291 status = le32toh(rxrd->flags); in age_rxeof()
2292 index = le32toh(rxrd->index); in age_rxeof()
2296 sc->age_cdata.age_rxlen = AGE_RX_BYTES(le32toh(rxrd->len)); in age_rxeof()
2406 vtag = AGE_RX_VLAN(le32toh(rxrd->vtags)); in age_rxeof()
2430 struct rx_rdesc *rxrd; in age_rxintr() local
2448 rxrd = &sc->age_rdata.age_rr_ring[rr_cons]; in age_rxintr()
2449 nsegs = AGE_RX_NSEGS(le32toh(rxrd->index)); in age_rxintr()
2458 pktlen = AGE_RX_BYTES(le32toh(rxrd->len)); in age_rxintr()
2463 age_rxeof(sc, rxrd); in age_rxintr()
2465 rxrd->index = 0; in age_rxintr()