Searched refs:ocs_os_handle_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.h159 * @typedef ocs_os_handle_t
166 typedef ocs_t * ocs_os_handle_t; typedef
343 extern void *ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size);
344 extern int32_t ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size);
345 extern void ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size);
416 extern void *ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags);
426 extern void ocs_free(ocs_os_handle_t os, void *addr, size_t size);
468 static inline uint32_t ocs_max_dma_alloc(ocs_os_handle_t os, size_t align)
484 extern int32_t ocs_dma_alloc(ocs_os_handle_t, ocs_dma_t *, size_t, size_t);
495 extern int32_t ocs_dma_free(ocs_os_handle_t, ocs_dma_
[all...]
H A Docs_os.c49 ocs_config_read32(ocs_os_handle_t os, uint32_t reg)
55 ocs_config_read16(ocs_os_handle_t os, uint32_t reg)
61 ocs_config_read8(ocs_os_handle_t os, uint32_t reg)
67 ocs_config_write8(ocs_os_handle_t os, uint32_t reg, uint8_t val)
73 ocs_config_write16(ocs_os_handle_t os, uint32_t reg, uint16_t val)
79 ocs_config_write32(ocs_os_handle_t os, uint32_t reg, uint32_t val)
242 ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags)
273 ocs_free(ocs_os_handle_t os, void *addr, size_t size)
317 ocs_dma_free(ocs_os_handle_t os, ocs_dma_t *dma)
359 ocs_dma_alloc(ocs_os_handle_t o
[all...]
H A Docs_utils.h44 extern ocs_array_t *ocs_array_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count);
53 extern ocs_varray_t *ocs_varray_alloc(ocs_os_handle_t os, uint32_t entry_count);
70 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
123 extern ocs_pool_t *ocs_pool_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count, uint32_t use_lock);
149 extern void ocs_dump32(uint32_t, ocs_os_handle_t, const char *, void *, uint32_t);
309 ocs_os_handle_t os;
315 extern sparse_vector_t spv_new(ocs_os_handle_t os);
H A Docs_hw_queues.h75 ocs_os_handle_t os;
H A Docs_utils.c43 ocs_os_handle_t os;
86 ocs_array_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count)
218 ocs_os_handle_t os;
237 ocs_varray_alloc(ocs_os_handle_t os, uint32_t array_count)
418 ocs_os_handle_t os; /*<< OS handle */
440 ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count)
849 ocs_dump32(uint32_t mask, ocs_os_handle_t os, const char *label, void *buf, uint32_t buf_length)
2010 **spv_new_row(ocs_os_handle_t os, uint32_t rowcount)
2030 _spv_del(ocs_os_handle_t os, void **a, uint32_t n, uint32_t depth)
2075 spv_new(ocs_os_handle_t o
[all...]
H A Docs_hw.h887 ocs_os_handle_t os;
1248 extern ocs_hw_rtn_e ocs_hw_setup(ocs_hw_t *, ocs_os_handle_t, sli4_port_type_e);
H A Dsli4.h3219 ocs_os_handle_t os;
3726 extern int32_t sli_setup(sli4_t *, ocs_os_handle_t, sli4_port_type_e);
H A Dsli4.c4076 sli_setup(sli4_t *sli4, ocs_os_handle_t os, sli4_port_type_e port_type)
H A Docs_hw.c339 ocs_hw_setup(ocs_hw_t *hw, ocs_os_handle_t os, sli4_port_type_e port_type)

Completed in 322 milliseconds