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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 120 struct sun8i_crypto_task *cc_task; member in struct:sun8i_crypto_softc::sun8i_crypto_chan
896 if (sc->sc_chan[i].cc_task == NULL)
964 sc->sc_chan[i].cc_task = task;
1137 if (sc->sc_chan[i].cc_task != NULL) {
1207 if ((task = sc->sc_chan[i].cc_task) == NULL) {
1213 sc->sc_chan[i].cc_task = NULL;
sun8i_crypto.c 120 struct sun8i_crypto_task *cc_task; member in struct:sun8i_crypto_softc::sun8i_crypto_chan
896 if (sc->sc_chan[i].cc_task == NULL)
964 sc->sc_chan[i].cc_task = task;
1137 if (sc->sc_chan[i].cc_task != NULL) {
1207 if ((task = sc->sc_chan[i].cc_task) == NULL) {
1213 sc->sc_chan[i].cc_task = NULL;

Completed in 23 milliseconds