Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_utils.h72 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
H A Docs_xport.c152 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.c442 ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count) in ocs_cbuf_alloc() function