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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h161 * @typedef ocs_os_handle_t
168 typedef ocs_t * ocs_os_handle_t; typedef
346 extern void *ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size);
347 extern int32_t ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size);
348 extern void ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size);
419 extern void *ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags);
429 extern void ocs_free(ocs_os_handle_t os, void *addr, size_t size);
471 static inline uint32_t ocs_max_dma_alloc(ocs_os_handle_t os, size_t align)
487 extern int32_t ocs_dma_alloc(ocs_os_handle_t, ocs_dma_t *, size_t, size_t);
498 extern int32_t ocs_dma_free(ocs_os_handle_t, ocs_dma_
[all...]
H A Docs_os.c51 ocs_config_read32(ocs_os_handle_t os, uint32_t reg)
57 ocs_config_read16(ocs_os_handle_t os, uint32_t reg)
63 ocs_config_read8(ocs_os_handle_t os, uint32_t reg)
69 ocs_config_write8(ocs_os_handle_t os, uint32_t reg, uint8_t val)
75 ocs_config_write16(ocs_os_handle_t os, uint32_t reg, uint16_t val)
81 ocs_config_write32(ocs_os_handle_t os, uint32_t reg, uint32_t val)
244 ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags)
275 ocs_free(ocs_os_handle_t os, void *addr, size_t size)
319 ocs_dma_free(ocs_os_handle_t os, ocs_dma_t *dma)
361 ocs_dma_alloc(ocs_os_handle_t o
[all...]
H A Docs_utils.h46 extern ocs_array_t *ocs_array_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count);
55 extern ocs_varray_t *ocs_varray_alloc(ocs_os_handle_t os, uint32_t entry_count);
73 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
128 extern ocs_pool_t *ocs_pool_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count, uint32_t use_lock);
157 extern void ocs_dump32(uint32_t, ocs_os_handle_t, const char *, void *, uint32_t);
320 ocs_os_handle_t os;
326 extern sparse_vector_t spv_new(ocs_os_handle_t os);
H A Docs_hw_queues.h78 ocs_os_handle_t os;
H A Docs_utils.c45 ocs_os_handle_t os;
88 ocs_array_alloc(ocs_os_handle_t os, uint32_t size, uint32_t count)
220 ocs_os_handle_t os;
239 ocs_varray_alloc(ocs_os_handle_t os, uint32_t array_count)
421 ocs_os_handle_t os; /*<< OS handle */
443 ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count)
856 ocs_dump32(uint32_t mask, ocs_os_handle_t os, const char *label, void *buf, uint32_t buf_length)
2025 **spv_new_row(ocs_os_handle_t os, uint32_t rowcount)
2047 _spv_del(ocs_os_handle_t os, void **a, uint32_t n, uint32_t depth)
2092 spv_new(ocs_os_handle_t o
[all...]
H A Docs_hw.h894 ocs_os_handle_t os;
1257 extern ocs_hw_rtn_e ocs_hw_setup(ocs_hw_t *, ocs_os_handle_t, sli4_port_type_e);
H A Dsli4.h3169 ocs_os_handle_t os;
3654 extern int32_t sli_setup(sli4_t *, ocs_os_handle_t, sli4_port_type_e);
H A Dsli4.c3970 sli_setup(sli4_t *sli4, ocs_os_handle_t os, sli4_port_type_e port_type)
H A Docs_hw.c332 ocs_hw_setup(ocs_hw_t *hw, ocs_os_handle_t os, sli4_port_type_e port_type)

Completed in 234 milliseconds