Searched refs:mbox_rqst_pool (Results 1 – 2 of 2) sorted by relevance
263 hw->mbox_rqst_pool = mempool_create_kmalloc_pool(EFCT_CMD_CTX_POOL_SZ, in efct_hw_setup()265 if (!hw->mbox_rqst_pool) { in efct_hw_setup()1542 mempool_free(ctx, hw->mbox_rqst_pool); in efct_mbox_rsp_cb()1559 ctx = mempool_alloc(hw->mbox_rqst_pool, GFP_ATOMIC); in efct_issue_mbox_rqst()1569 mempool_free(ctx, hw->mbox_rqst_pool); in efct_issue_mbox_rqst()3497 mempool_destroy(hw->mbox_rqst_pool); in efct_hw_teardown()
426 mempool_t *mbox_rqst_pool; member