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

  /src/sys/arch/arm/at91/
at91emac.c 94 static int emac_gctx(struct emac_softc *);
172 emac_gctx(struct emac_softc *sc) function in typeref:typename:int
302 if (emac_gctx(sc) > 0)
564 if (emac_gctx(sc) > 0 && IFQ_IS_EMPTY(&ifp->if_snd) == 0) {
603 if (emac_gctx(sc) == 0) {
at91emac.c 94 static int emac_gctx(struct emac_softc *);
172 emac_gctx(struct emac_softc *sc) function in typeref:typename:int
302 if (emac_gctx(sc) > 0)
564 if (emac_gctx(sc) > 0 && IFQ_IS_EMPTY(&ifp->if_snd) == 0) {
603 if (emac_gctx(sc) == 0) {

Completed in 22 milliseconds