Searched refs:ocs_pool_alloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_utils.h123 extern ocs_pool_t *ocs_pool_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count, uint32_t use_lock);
H A Docs_io.c120 io_pool->pool = ocs_pool_alloc(ocs, sizeof(ocs_io_t), io_pool->io_num_ios, FALSE);
H A Docs_utils.c2572 ocs_pool_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count, uint32_t use_lock) function
H A Docs_hw_queues.c2212 hw->auto_xfer_rdy_buf_pool = ocs_pool_alloc(hw->os, sizeof(ocs_hw_auto_xfer_rdy_buffer_t), num_buffers, FALSE);
H A Docs_hw.c894 ocs_log_err(hw->os, "ocs_pool_alloc hw_wq_callback_t failed: %d\n", rc);
11850 hw->wq_reqtag_pool = ocs_pool_alloc(hw->os, sizeof(hw_wq_callback_t), 65536, TRUE);
11852 ocs_log_err(hw->os, "ocs_pool_alloc hw_wq_callback_t failed\n");

Completed in 206 milliseconds