acc_handle_t
acc_handle_t cis_handle;
acc_handle_t *hp, uint32_t flags)
*hp = (acc_handle_t)gw.handle;
static int cs_init_cis_window(cs_socket_t *, uint32_t *, acc_handle_t *,
acc_handle_t cis_handle;
wr->Base.handle = (acc_handle_t)gw.handle;
acc_handle_t *hp;
ior->BasePort1.handle = (acc_handle_t)baseaddru.handle;
ior->BasePort2.handle = (acc_handle_t)baseaddru.handle;
hp = va_arg(arglist, acc_handle_t *);
acc_handle_t cis_handle;
acc_handle_t cis_handle;
acc_handle_t cis_handle;
acc_handle_t cis_handle;
csx_Get32(acc_handle_t handle, uint32_t offset)
csx_Get64(acc_handle_t handle, uint32_t offset)
csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset,
csx_RepPut16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset,
csx_RepPut32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset,
csx_RepPut64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset,
csx_RepGet8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset,
csx_RepGet16(acc_handle_t handle, uint16_t *hostaddr, uint32_t offset,
csx_RepGet32(acc_handle_t handle, uint32_t *hostaddr, uint32_t offset,
csx_RepGet64(acc_handle_t handle, uint64_t *hostaddr, uint32_t offset,
csx_GetMappedAddr(acc_handle_t handle, void **addr)
csx_GetPhysAddr(acc_handle_t handle, void **addr)
csx_DupHandle(acc_handle_t handle, acc_handle_t *dup, uint32_t flags)
*dup = (acc_handle_t)kmem_alloc(sizeof (acc_hdl_t), KM_SLEEP);
csx_FreeHandle(acc_handle_t *handle)
csx_GetHandleOffset(acc_handle_t handle, uint32_t *offset)
csx_SetHandleOffset(acc_handle_t handle, uint32_t offset)
csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value)
csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value)
csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value)
csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value)
csx_Get8(acc_handle_t handle, uint32_t offset)
csx_Get16(acc_handle_t handle, uint32_t offset)
acc_handle_t handle; /* access handle of CIS space */
void csx_Put8(acc_handle_t, uint32_t, uint8_t);
void csx_Put16(acc_handle_t, uint32_t, uint16_t);
void csx_Put32(acc_handle_t, uint32_t, uint32_t);
void csx_Put64(acc_handle_t, uint32_t, uint64_t);
uint8_t csx_Get8(acc_handle_t, uint32_t);
uint16_t csx_Get16(acc_handle_t, uint32_t);
uint32_t csx_Get32(acc_handle_t, uint32_t);
uint64_t csx_Get64(acc_handle_t, uint32_t);
void csx_RepPut8(acc_handle_t, uint8_t *, uint32_t, uint32_t, uint32_t);
void csx_RepPut16(acc_handle_t, uint16_t *, uint32_t, uint32_t, uint32_t);
void csx_RepPut32(acc_handle_t, uint32_t *, uint32_t, uint32_t, uint32_t);
void csx_RepPut64(acc_handle_t, uint64_t *, uint32_t, uint32_t, uint32_t);
void csx_RepGet8(acc_handle_t, uint8_t *, uint32_t, uint32_t, uint32_t);
void csx_RepGet16(acc_handle_t, uint16_t *, uint32_t, uint32_t, uint32_t);
void csx_RepGet32(acc_handle_t, uint32_t *, uint32_t, uint32_t, uint32_t);
void csx_RepGet64(acc_handle_t, uint64_t *, uint32_t, uint32_t, uint32_t);
int32_t csx_GetMappedAddr(acc_handle_t, void **);
int32_t csx_GetPhysAddr(acc_handle_t, void **);
int32_t csx_DupHandle(acc_handle_t, acc_handle_t *, uint32_t);
int32_t csx_FreeHandle(acc_handle_t *);
int32_t csx_GetHandleOffset(acc_handle_t, uint32_t *);
int32_t csx_SetHandleOffset(acc_handle_t, uint32_t);
acc_handle_t handle; /* access handle for base of window */