Searched refs:rrd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c3545 struct rx_rdesc *rrd; local
3559 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons];
3560 status = le32toh(rrd->status);
3563 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
3570 alc_rxeof(sc, rrd);
3572 rrd->status = 0;
3653 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) argument
3662 status = le32toh(rrd->status);
3663 rdinfo = le32toh(rrd->rdinfo);
3753 vtag = RRD_VLAN(le32toh(rrd
[all...]

Completed in 39 milliseconds