Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dauth.c18 static mempool_t *nvme_chap_buf_pool; variable
669 mempool_free(chap->buf, nvme_chap_buf_pool); in nvme_auth_reset_dhchap()
694 chap->buf = mempool_alloc(nvme_chap_buf_pool, GFP_KERNEL); in nvme_queue_auth_work()
1023 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()
1025 if (!nvme_chap_buf_pool) in nvme_init_auth()
1038 mempool_destroy(nvme_chap_buf_pool); in nvme_exit_auth()