Searched refs:ocs_cbuf_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_utils.h71 typedef struct ocs_cbuf_s ocs_cbuf_t; typedef in typeref:struct:ocs_cbuf_s
73 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
74 extern void ocs_cbuf_free(ocs_cbuf_t *cbuf);
75 extern void *ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec);
76 extern int32_t ocs_cbuf_put(ocs_cbuf_t *cbuf, void *elem);
77 extern int32_t ocs_cbuf_prime(ocs_cbuf_t *cbuf, ocs_array_t *array);
H A Docs_xport.h60 ocs_cbuf_t * seq_cbuf;
H A Docs_utils.c442 ocs_cbuf_t*
445 ocs_cbuf_t *cbuf;
481 ocs_cbuf_free(ocs_cbuf_t *cbuf)
504 ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec)
531 ocs_cbuf_put(ocs_cbuf_t *cbuf, void *elem)
560 ocs_cbuf_prime(ocs_cbuf_t *cbuf, ocs_array_t *array)
H A Docs_hw.h821 ocs_cbuf_t *iopt_free_queue; /* multiple reader, multiple writer */
822 ocs_cbuf_t *iopt_work_queue;

Completed in 129 milliseconds