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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 134 struct bcmeth_softc { struct
190 static int bcmeth_mapcache_create(struct bcmeth_softc *,
192 static void bcmeth_mapcache_destroy(struct bcmeth_softc *,
194 static bus_dmamap_t bcmeth_mapcache_get(struct bcmeth_softc *,
196 static void bcmeth_mapcache_put(struct bcmeth_softc *,
199 static int bcmeth_txq_attach(struct bcmeth_softc *,
201 static void bcmeth_txq_purge(struct bcmeth_softc *,
203 static void bcmeth_txq_reset(struct bcmeth_softc *,
205 static bool bcmeth_txq_consume(struct bcmeth_softc *,
207 static bool bcmeth_txq_produce(struct bcmeth_softc *,
    [all...]
bcm53xx_eth.c 134 struct bcmeth_softc { struct
190 static int bcmeth_mapcache_create(struct bcmeth_softc *,
192 static void bcmeth_mapcache_destroy(struct bcmeth_softc *,
194 static bus_dmamap_t bcmeth_mapcache_get(struct bcmeth_softc *,
196 static void bcmeth_mapcache_put(struct bcmeth_softc *,
199 static int bcmeth_txq_attach(struct bcmeth_softc *,
201 static void bcmeth_txq_purge(struct bcmeth_softc *,
203 static void bcmeth_txq_reset(struct bcmeth_softc *,
205 static bool bcmeth_txq_consume(struct bcmeth_softc *,
207 static bool bcmeth_txq_produce(struct bcmeth_softc *,
    [all...]

Completed in 24 milliseconds