Searched refs:cmd_ctx_pool (Results 1 – 2 of 2) sorted by relevance
255 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()
425 mempool_t *cmd_ctx_pool; member