Lines Matching defs:pool
311 * mvumi_get_cmd - Get a command from the free pool
314 * Returns a free command from the pool
325 dev_warn(&mhba->pdev->dev, "command pool is empty!\n");
331 * mvumi_return_cmd - Return a cmd to free command pool
333 * @cmd: Command packet to be returned to free command pool
343 * mvumi_free_cmds - Free all the cmds in the free cmd pool
986 /* ob data pool */
1768 struct mvumi_ob_data *pool;
1771 pool = list_first_entry(&mhba->free_ob_list,
1773 list_del_init(&pool->list);
1774 list_add_tail(&pool->list, &mhba->ob_data_list);
1776 ob_frame = (struct mvumi_rsp_frame *) &pool->data[0];