Lines Matching defs:rxrd
1393 age_rxeof(struct age_softc *sc, struct rx_rdesc *rxrd)
1403 status = le32toh(rxrd->flags);
1404 index = le32toh(rxrd->index);
1408 sc->age_cdata.age_rxlen = AGE_RX_BYTES(le32toh(rxrd->len));
1519 uint32_t vtag = AGE_RX_VLAN(le32toh(rxrd->vtags));
1542 struct rx_rdesc *rxrd;
1554 rxrd = &sc->age_rdata.age_rr_ring[rr_cons];
1555 nsegs = AGE_RX_NSEGS(le32toh(rxrd->index));
1564 pktlen = AGE_RX_BYTES(le32toh(rxrd->len));
1570 age_rxeof(sc, rxrd);
1573 rxrd->index = 0;