ldc_mem_handle_t
ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie, uint32_t ccount,
i_ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie,
ldc_mem_unmap(ldc_mem_handle_t mhandle)
i_ldc_mem_acquire_release(ldc_mem_handle_t mhandle, uint8_t direction,
ldc_mem_acquire(ldc_mem_handle_t mhandle, uint64_t offset, uint64_t size)
ldc_mem_release(ldc_mem_handle_t mhandle, uint64_t offset, uint64_t size)
ldc_mem_handle_t mhandle;
ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle)
rv = ldc_mem_nextcookie((ldc_mem_handle_t)dringp->mhdl, cookie);
(void) ldc_mem_unbind_handle((ldc_mem_handle_t)dringp->mhdl);
(void) ldc_mem_free_handle((ldc_mem_handle_t)dringp->mhdl);
ldc_mem_handle_t mhandle;
(void) ldc_mem_free_handle((ldc_mem_handle_t)dringp->mhdl);
*mhandle = (ldc_mem_handle_t)mhdl;
err = i_ldc_mem_acquire_release((ldc_mem_handle_t)dringp->mhdl,
err = i_ldc_mem_acquire_release((ldc_mem_handle_t)dringp->mhdl,
ldc_mem_free_handle(ldc_mem_handle_t mhandle)
ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len,
i_ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len,
ldc_mem_nextcookie(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie)
static int i_ldc_mem_acquire_release(ldc_mem_handle_t mhandle,
static int i_ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie,
ldc_mem_unbind_handle(ldc_mem_handle_t mhandle)
static int i_ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr,
ldc_mem_info(ldc_mem_handle_t mhandle, ldc_mem_info_t *minfo)
ldc_mem_handle_t mhdl = 0;
ldc_mem_handle_t mhdl;
ldc_mem_handle_t mhdl; /* task memory handle */
int ldc_mem_alloc_handle(ldc_handle_t handle, ldc_mem_handle_t *mhandle);
int ldc_mem_free_handle(ldc_mem_handle_t mhandle);
int ldc_mem_bind_handle(ldc_mem_handle_t mhandle, caddr_t vaddr, size_t len,
int ldc_mem_unbind_handle(ldc_mem_handle_t mhandle);
int ldc_mem_info(ldc_mem_handle_t mhandle, ldc_mem_info_t *minfo);
int ldc_mem_nextcookie(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie);
int ldc_mem_map(ldc_mem_handle_t mhandle, ldc_mem_cookie_t *cookie,
int ldc_mem_unmap(ldc_mem_handle_t mhandle);
int ldc_mem_acquire(ldc_mem_handle_t mhandle, uint64_t offset, uint64_t size);
int ldc_mem_release(ldc_mem_handle_t mhandle, uint64_t offset, uint64_t size);
ldc_mem_handle_t mhdl; /* Mem handle to desc ring */
ldc_mem_handle_t desc_mhdl; /* Mem handle of buf */
ldc_mem_handle_t memhandle; /* mem handle for data */
ldc_mem_handle_t tx_data_handle; /* mapped data handle */
ldc_mem_handle_t rx_data_handle; /* exported data handle */
ldc_mem_handle_t memhandle;
ldc_mem_handle_t data_handle; /* data area LDC handle */