Searched refs:rxrd (Results 1 – 1 of 1) sorted by relevance
2284 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd) in age_rxeof() argument2296 status = le32toh(rxrd->flags); in age_rxeof()2297 index = le32toh(rxrd->index); in age_rxeof()2301 sc->age_cdata.age_rxlen = AGE_RX_BYTES(le32toh(rxrd->len)); in age_rxeof()2411 vtag = AGE_RX_VLAN(le32toh(rxrd->vtags)); in age_rxeof()2435 struct rx_rdesc *rxrd; in age_rxintr() local2453 rxrd = &sc->age_rdata.age_rr_ring[rr_cons]; in age_rxintr()2454 nsegs = AGE_RX_NSEGS(le32toh(rxrd->index)); in age_rxintr()2463 pktlen = AGE_RX_BYTES(le32toh(rxrd->len)); in age_rxintr()2468 age_rxeof(sc, rxrd); in age_rxintr()[all …]