Home
last modified time | relevance | path

Searched refs:as_ptr (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cr_util.c85 cr_ptr->header.user_context.as_ptr = NULL; in dapls_cr_alloc()
H A Ddapl_pz_util.c81 pz->header.user_context.as_ptr = NULL; in dapl_pz_alloc()
H A Ddapl_cno_util.c80 cno_ptr->header.user_context.as_ptr = NULL; in dapl_cno_alloc()
H A Ddapl_lmr_util.c72 lmr->header.user_context.as_ptr = NULL; in dapl_lmr_alloc()
H A Ddapl_rmr_util.c56 rmr->header.user_context.as_ptr = 0; in dapl_rmr_alloc()
H A Ddapl_sp_util.c93 sp_ptr->header.user_context.as_ptr = NULL; in dapls_sp_alloc()
H A Ddapl_ep_util.c109 ep_ptr->header.user_context.as_ptr = NULL; in dapl_ep_alloc()
H A Ddapl_ia_util.c89 ia_ptr->header.user_context.as_ptr = NULL; in dapl_ia_alloc()
H A Ddapl_evd_util.c229 evd_ptr->header.user_context.as_ptr = NULL; in dapls_evd_alloc()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c906 mm_memcpy( &context->intermediate_buffer[0], src_addr.as_ptr, length*sizeof(u32_t)); in lm_dmae_context_execute_sub_operation()
965 mm_memcpy( dst_addr.as_ptr, &context->intermediate_buffer[0], length*sizeof(u32_t)); in lm_dmae_context_execute_sub_operation()
1124 temp.as_ptr = address->u.host_virt_address; in lm_dmae_address_native_offset()
1164 address.u.host_virt_address = temp.as_ptr; in lm_dmae_address()
1212 source_offset.as_ptr = source_vaddr; in lm_dmae_reg_wr()
1264 dest_offset.as_ptr = dest_vaddr; in lm_dmae_reg_rd()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_intr.c106 if (pTmp->physAddr.as_ptr == physAddr.as_ptr) in BnxeFindDmaHandles()
127 if (pTmp->physAddr.as_ptr == in BnxeFindDmaHandles()
128 pUM->lm_dev.vars.gen_sp_status_block.blk_phy_address.as_ptr) in BnxeFindDmaHandles()
H A Dbnxe_mm.c661 (!((u32_t)pPhysAddr->as_ptr % (u32_t)alignment) ? 1 : 0)); in mm_alloc_phys_mem_align_imp()
669 memSize, pMem->physAddr.as_ptr, pMem->pDmaVirt); in mm_alloc_phys_mem_align_imp()
H A Dbnxe_hw.c1739 physAddr.as_ptr = NULL; in BnxeHwStopCore()
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlm_defs.h568 void *as_ptr; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h564 void *as_ptr; member
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h77 DAT_PVOID as_ptr; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2086 (*frag_list)->frag_arr[i].addr.as_ptr = curr_gen_buf->buf_virt + gen_offset; in _lm_tcp_rx_get_buffered_data()