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

  /src/sys/dev/pci/
if_age.c 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; local in function:age_rxintr
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);
    [all...]
if_age.c 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; local in function:age_rxintr
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);
    [all...]
if_age.c 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; local in function:age_rxintr
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);
    [all...]
if_age.c 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; local in function:age_rxintr
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);
    [all...]

Completed in 49 milliseconds