HomeSort by: relevance | last modified time | path
    Searched refs:sc_txdesc_ring (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
if_enetvar.h 76 struct enet_txdesc *sc_txdesc_ring; /* [ENET_TX_RING_CNT] */ member in struct:enet_softc
if_enet.c 455 if (sc->sc_txdesc_ring[idx].tx_flags1_len & TXFLAGS1_R) {
461 if (sc->sc_txdesc_ring[idx].tx_flags1_len & TXFLAGS1_T1) {
469 if (sc->sc_txdesc_ring[idx].tx_flags1_len & TXFLAGS1_L) {
472 flags2 = sc->sc_txdesc_ring[idx].tx_flags2;
1203 sc->sc_txdesc_ring[i].tx_flags1_len =
1205 sc->sc_txdesc_ring[i].tx_databuf = 0;
1206 sc->sc_txdesc_ring[i].tx_flags2 = TXFLAGS2_INT;
1207 sc->sc_txdesc_ring[i].tx__reserved1 = 0;
1208 sc->sc_txdesc_ring[i].tx_flags3 = 0;
1209 sc->sc_txdesc_ring[i].tx_1588timestamp = 0
    [all...]

Completed in 12 milliseconds