• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/

Lines Matching defs:ctx

1695 static int dp83815_ether_open(cfe_devctx_t *ctx);
1696 static int dp83815_ether_read(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
1697 static int dp83815_ether_inpstat(cfe_devctx_t *ctx,iocb_inpstat_t *inpstat);
1698 static int dp83815_ether_write(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
1699 static int dp83815_ether_ioctl(cfe_devctx_t *ctx,iocb_buffer_t *buffer);
1700 static int dp83815_ether_close(cfe_devctx_t *ctx);
1701 static void dp83815_ether_poll(cfe_devctx_t *ctx, int64_t ticks);
1841 * DP83815_ETHER_OPEN(ctx)
1847 * ctx - device context (includes ptr to our softc)
1853 dp83815_ether_open(cfe_devctx_t *ctx)
1855 dp83815_softc *sc = ctx->dev_softc;
1860 sc->devctx = ctx;
1876 * DP83815_ETHER_READ(ctx,buffer)
1882 * ctx - device context (includes ptr to our softc)
1889 dp83815_ether_read(cfe_devctx_t *ctx, iocb_buffer_t *buffer)
1891 dp83815_softc *sc = ctx->dev_softc;
1927 * DP83815_ETHER_INPSTAT(ctx,inpstat)
1932 * ctx - device context (includes ptr to our softc)
1939 dp83815_ether_inpstat(cfe_devctx_t *ctx, iocb_inpstat_t *inpstat)
1941 dp83815_softc *sc = ctx->dev_softc;
1957 * DP83815_ETHER_WRITE(ctx,buffer)
1962 * ctx - device context (includes ptr to our softc)
1969 dp83815_ether_write(cfe_devctx_t *ctx, iocb_buffer_t *buffer)
1971 dp83815_softc *sc = ctx->dev_softc;
2003 * DP83815_ETHER_IOCTL(ctx,buffer)
2008 * ctx - device context (includes ptr to our softc)
2015 dp83815_ether_ioctl(cfe_devctx_t *ctx, iocb_buffer_t *buffer)
2017 dp83815_softc *sc = ctx->dev_softc;
2071 * DP83815_ETHER_CLOSE(ctx)
2076 * ctx - device context (includes ptr to our softc)
2082 dp83815_ether_close(cfe_devctx_t *ctx)
2084 dp83815_softc *sc = ctx->dev_softc;
2103 * DP83815_ETHER_POLL(ctx,ticks)
2108 * ctx - device context (includes ptr to our softc)
2116 dp83815_ether_poll(cfe_devctx_t *ctx, int64_t ticks)
2118 dp83815_softc *sc = ctx->dev_softc;