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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.h70 typedef struct ocs_cbuf_s ocs_cbuf_t; typedef in typeref:struct:ocs_cbuf_s
72 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
73 extern void ocs_cbuf_free(ocs_cbuf_t *cbuf);
74 extern void *ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec);
75 extern int32_t ocs_cbuf_put(ocs_cbuf_t *cbuf, void *elem);
76 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.c441 ocs_cbuf_t*
444 ocs_cbuf_t *cbuf;
480 ocs_cbuf_free(ocs_cbuf_t *cbuf)
503 ocs_cbuf_get(ocs_cbuf_t *cbuf, int32_t timeout_usec)
530 ocs_cbuf_put(ocs_cbuf_t *cbuf, void *elem)
559 ocs_cbuf_prime(ocs_cbuf_t *cbuf, ocs_array_t *array)
H A Docs_hw.h818 ocs_cbuf_t *iopt_free_queue; /* multiple reader, multiple writer */
819 ocs_cbuf_t *iopt_work_queue;

Completed in 49 milliseconds