Home
last modified time | relevance | path

Searched refs:ocs_cbuf_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h70 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
H A Docs_xport.c150 xport->rq_thread_info[i].seq_cbuf = ocs_cbuf_alloc(ocs, OCS_HW_RQ_NUM_HDR); in ocs_xport_rq_threads_create()
H A Docs_utils.c440 ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count) in ocs_cbuf_alloc() function