HomeSort by: relevance | last modified time | path
    Searched defs:rrd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_alc.c 2476 struct rx_rdesc *rrd; local in function:alc_rxintr
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))
    [all...]
if_alc.c 2476 struct rx_rdesc *rrd; local in function:alc_rxintr
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))
    [all...]
if_alc.c 2476 struct rx_rdesc *rrd; local in function:alc_rxintr
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))
    [all...]
if_alc.c 2476 struct rx_rdesc *rrd; local in function:alc_rxintr
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))
    [all...]

Completed in 53 milliseconds