Lines Matching defs:rrd
3542 struct rx_rdesc *rrd;
3556 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
3557 status = le32toh(rrd->status);
3560 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
3567 alc_rxeof(sc, rrd);
3569 rrd->status = 0;
3650 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd)
3659 status = le32toh(rrd->status);
3660 rdinfo = le32toh(rrd->rdinfo);
3750 vtag = RRD_VLAN(le32toh(rrd->vtag));