Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dncr53c9x.c142 static struct pool ecb_pool; variable
378 pool_init(&ecb_pool, sizeof(struct ncr53c9x_ecb), 0, IPL_BIO, in ncr53c9x_init()
740 ecb = pool_get(&ecb_pool, M_NOWAIT|M_ZERO); in ncr53c9x_get_ecb()
752 pool_put(&ecb_pool, ecb); in ncr53c9x_free_ecb()