[BACK]Return to hifn7751.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/hifn7751.c between version 1.77 and 1.78

version 1.77, 2022/05/22 11:34:48 version 1.78, 2022/05/22 11:34:57
Line 2408  hifn_process(void *arg, struct cryptop *
Line 2408  hifn_process(void *arg, struct cryptop *
                 sc->sc_needwakeup |= CRYPTO_SYMQ;                  sc->sc_needwakeup |= CRYPTO_SYMQ;
                 mutex_spin_exit(&sc->sc_mtx);                  mutex_spin_exit(&sc->sc_mtx);
                 pool_cache_put(sc->sc_cmd_cache, cmd);                  pool_cache_put(sc->sc_cmd_cache, cmd);
                 return (err);                  return ERESTART;
         }          }
   
 errout:  errout:
Line 2426  errout:
Line 2426  errout:
                 pool_cache_put(sc->sc_cmd_cache, cmd);                  pool_cache_put(sc->sc_cmd_cache, cmd);
         }          }
         crypto_done(crp);          crypto_done(crp);
         return (0);          return 0;
 }  }
   
 static void  static void

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb <webmaster@jp.NetBSD.org>