Home
last modified time | relevance | path

Searched refs:sc_cmd_cache (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dhifn7751.c405 sc->sc_cmd_cache = pool_cache_init(sizeof(struct hifn_command), in hifn_attach()
408 pool_cache_prime(sc->sc_cmd_cache, sc->sc_maxses); in hifn_attach()
492 pool_cache_destroy(sc->sc_cmd_cache); in hifn_detach()
2171 if ((cmd = pool_cache_get(sc->sc_cmd_cache, PR_NOWAIT)) == NULL) { in hifn_process()
2399 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_process()
2415 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_process()
2475 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_abort()
2597 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_callback()
2708 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_compression()
2920 pool_cache_put(sc->sc_cmd_cache, cmd); in hifn_callback_comp()
[all …]
H A Dhifn7751var.h140 struct pool_cache *sc_cmd_cache; member