Searched refs:p_phys (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_spq.c | 572 dma_addr_t p_phys = 0; in ecore_spq_setup() local 582 p_phys = p_spq->p_phys + offsetof(struct ecore_spq_entry, ramrod); in ecore_spq_setup() 587 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup() 592 p_phys += sizeof(struct ecore_spq_entry); in ecore_spq_setup() 617 dma_addr_t p_phys = 0; in ecore_spq_alloc() local 642 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc() 650 p_spq->p_phys = p_phys; in ecore_spq_alloc() 675 p_spq->p_phys, in ecore_spq_free()
|
H A D | ecore_cxt.c | 212 dma_addr_t p_phys; member 932 p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_free() 981 &p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_alloc() 997 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys; in ecore_cxt_src_t2_alloc() 1000 p_mngr->last_free = (u64)p_t2->p_phys + in ecore_cxt_src_t2_alloc() 1007 u64 p_ent_phys = (u64)p_mngr->t2[i].p_phys, val; in ecore_cxt_src_t2_alloc() 1017 val = (u64)p_mngr->t2[i + 1].p_phys; in ecore_cxt_src_t2_alloc() 1066 p_dma->p_phys, in ecore_ilt_shadow_free() 1098 dma_addr_t p_phys; in ecore_ilt_blk_alloc() local 1104 &p_phys, size); in ecore_ilt_blk_alloc() [all …]
|
H A D | ecore_hw.c | 727 dma_addr_t p_phys; in ecore_dmae_info_free() local 733 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_free() 736 p_phys, sizeof(u32)); in ecore_dmae_info_free() 741 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_free() 744 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free() 749 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_free() 752 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free()
|
H A D | ecore_spq.h | 174 dma_addr_t p_phys; member
|
H A D | ecore_dev.c | 4177 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in ecore_chain_free_next_ptr() local 4194 OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys, in ecore_chain_free_next_ptr() 4198 p_phys = p_phys_next; in ecore_chain_free_next_ptr() 4293 dma_addr_t p_phys = 0; in ecore_chain_alloc_next_ptr() local 4297 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr() 4306 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_next_ptr() 4310 p_virt, p_phys); in ecore_chain_alloc_next_ptr() 4328 dma_addr_t p_phys = 0; in ecore_chain_alloc_single() local 4331 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single() 4337 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_single() [all …]
|
H A D | ecore_int.c | 1309 dma_addr_t p_phys = 0; in ecore_int_sb_attn_alloc() local 1320 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc() 1330 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc() 1697 dma_addr_t p_phys = 0; in ecore_int_sp_sb_alloc() local 1709 &p_phys, in ecore_int_sp_sb_alloc() 1721 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
|