Home | History | Annotate | Download | only in pci

Lines Matching defs:rrd

2476 	struct rx_rdesc *rrd;
2488 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
2489 status = le32toh(rrd->status);
2492 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
2500 alc_rxeof(sc, rrd);
2502 rrd->status = 0;
2542 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd)
2550 status = le32toh(rrd->status);
2551 rdinfo = le32toh(rrd->rdinfo);
2640 uint32_t vtag = RRD_VLAN(le32toh(rrd->vtag));