Searched refs:ldc_mem_handle_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ldc.h | 42 typedef uint64_t ldc_mem_handle_t; /* Channel memory handle */ typedef 184 int ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle); 185 int ldc_mem_free_handle(ldc_mem_handle_t mhandle); 186 int ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len, 188 int ldc_mem_unbind_handle(ldc_mem_handle_t mhandle); 189 int ldc_mem_info(ldc_mem_handle_t mhandle, ldc_mem_info_t *minfo); 190 int ldc_mem_nextcookie(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie); 195 int ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie, 198 int ldc_mem_unmap(ldc_mem_handle_t mhandle); 199 int ldc_mem_acquire(ldc_mem_handle_t mhandle, uint64_t offset, uint64_t size); [all …]
|
H A D | vnet_gen.h | 207 ldc_mem_handle_t memhandle; /* mem handle for data */ 335 ldc_mem_handle_t tx_data_handle; /* mapped data handle */ 368 ldc_mem_handle_t rx_data_handle; /* exported data handle */
|
H A D | vsw_ldc.h | 244 ldc_mem_handle_t memhandle; 263 ldc_mem_handle_t data_handle; /* data area LDC handle */
|
H A D | vdc.h | 246 ldc_mem_handle_t desc_mhdl; /* Mem handle of buf */
|
H A D | ldc_impl.h | 400 ldc_mem_handle_t mhdl; /* Mem handle to desc ring */
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 68 static int i_ldc_mem_acquire_release(ldc_mem_handle_t mhandle, 72 static int i_ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie, 75 static int i_ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, 192 ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle) in ldc_mem_alloc_handle() 237 *mhandle = (ldc_mem_handle_t)mhdl; in ldc_mem_alloc_handle() 251 ldc_mem_free_handle(ldc_mem_handle_t mhandle) in ldc_mem_free_handle() 330 ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len, in ldc_mem_bind_handle() 345 i_ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len, in i_ldc_mem_bind_handle() 671 ldc_mem_nextcookie(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie) in ldc_mem_nextcookie() 727 ldc_mem_unbind_handle(ldc_mem_handle_t mhandle) in ldc_mem_unbind_handle() [all …]
|
H A D | vdc.c | 2776 ldc_mem_handle_t mhdl = NULL; in vdc_destroy_descriptor_ring() 3646 ldc_mem_handle_t mhdl; in vdc_populate_mem_hdl()
|
H A D | vds.c | 431 ldc_mem_handle_t mhdl; /* task memory handle */
|