Searched refs:ldc_handle_t (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 41 typedef uint64_t ldc_handle_t; /* Channel handle */ typedef 169 int ldc_init(uint64_t id, ldc_attr_t *attr, ldc_handle_t *handle); 170 int ldc_fini(ldc_handle_t handle); 171 int ldc_open(ldc_handle_t handle); 172 int ldc_close(ldc_handle_t handle); 173 int ldc_up(ldc_handle_t handle); 174 int ldc_down(ldc_handle_t handle); 175 int ldc_reg_callback(ldc_handle_t handle, 177 int ldc_unreg_callback(ldc_handle_t handle); 178 int ldc_set_cb_mode(ldc_handle_t handle, ldc_cb_mode_t imode); [all …]
|
H A D | vldc_impl.h | 106 ldc_handle_t ldc_handle; /* Channel handle */
|
H A D | vcc_impl.h | 265 ldc_handle_t ldc_handle; /* Channel handle */
|
H A D | vdc.h | 279 ldc_handle_t ldc_handle; /* Server LDC handle */
|
H A D | vsw_ldc.h | 327 ldc_handle_t ldc_handle; /* channel handle */
|
H A D | ds_impl.h | 177 ldc_handle_t hdl; /* LDC handle */
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 506 (void) ldc_close((ldc_handle_t)ldcp); in _fini() 507 (void) ldc_fini((ldc_handle_t)ldcp); in _fini() 2581 ldc_init(uint64_t id, ldc_attr_t *attr, ldc_handle_t *handle) in ldc_init() 2812 *handle = (ldc_handle_t)ldcp; in ldc_init() 2847 ldc_fini(ldc_handle_t handle) in ldc_fini() 2952 ldc_open(ldc_handle_t handle) in ldc_open() 3103 ldc_close(ldc_handle_t handle) in ldc_close() 3278 ldc_reg_callback(ldc_handle_t handle, in ldc_reg_callback() 3326 ldc_unreg_callback(ldc_handle_t handle) in ldc_unreg_callback() 3374 ldc_up(ldc_handle_t handle) in ldc_up() [all …]
|
H A D | ldc_shm.c | 192 ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle) in ldc_mem_alloc_handle() 862 ldc_mem_copy(ldc_handle_t handle, caddr_t vaddr, uint64_t off, size_t *size, in ldc_mem_copy() 1088 ldc_mem_rdwr_cookie(ldc_handle_t handle, caddr_t vaddr, size_t *size, in ldc_mem_rdwr_cookie() 1643 err = ldc_mem_copy((ldc_handle_t)ldcp, local_vaddr, offset, in i_ldc_mem_acquire_release() 1821 ldc_mem_dring_bind(ldc_handle_t handle, ldc_dring_handle_t dhandle, in ldc_mem_dring_bind() 2162 ldc_mem_dring_map(ldc_handle_t handle, ldc_mem_cookie_t *cookie, in ldc_mem_dring_map()
|
H A D | vds.c | 481 ldc_handle_t ldc_handle; /* handle for LDC comm */ 2222 send_msg(ldc_handle_t ldc_handle, void *msg, size_t msglen) in send_msg() 4966 recv_msg(ldc_handle_t ldc_handle, void *msg, size_t *nbytes) in recv_msg()
|