Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c255 hw->cmd_ctx_pool = mempool_create_kmalloc_pool(EFCT_CMD_CTX_POOL_SZ, in efct_hw_setup()
257 if (!hw->cmd_ctx_pool) { in efct_hw_setup()
1421 ctx = mempool_alloc(hw->cmd_ctx_pool, GFP_ATOMIC); in efct_hw_command()
1481 mempool_free(ctx, hw->cmd_ctx_pool); in efct_hw_command_process()
3496 mempool_destroy(hw->cmd_ctx_pool); in efct_hw_teardown()
H A Defct_hw.h425 mempool_t *cmd_ctx_pool; member