Home
last modified time | relevance | path

Searched refs:p_phys (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c750 dma_addr_t p_phys; in ecore_dmae_info_free() local
757 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_free()
760 p_phys, sizeof(u32)); in ecore_dmae_info_free()
765 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_free()
768 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free()
773 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_free()
776 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free()
1095 dma_addr_t p_phys; in ecore_dmae_sanity() local
1099 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, 2 * size); in ecore_dmae_sanity()
1121 phase, (unsigned long long)p_phys, p_virt, in ecore_dmae_sanity()
[all …]
H A Decore_spq.c581 dma_addr_t p_phys = 0; in ecore_spq_setup() local
592 p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod); in ecore_spq_setup()
597 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup()
602 p_phys += sizeof(struct ecore_spq_entry); in ecore_spq_setup()
645 dma_addr_t p_phys = 0; in ecore_spq_alloc() local
670 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
678 p_spq->p_phys = p_phys; in ecore_spq_alloc()
711 p_spq->p_phys, in ecore_spq_free()
H A Decore_cxt.c187 dma_addr_t p_phys; member
957 p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_free()
1006 &p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_alloc()
1022 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys; in ecore_cxt_src_t2_alloc()
1025 p_mngr->last_free = (u64)p_t2->p_phys + in ecore_cxt_src_t2_alloc()
1032 u64 p_ent_phys = (u64)p_mngr->t2[i].p_phys, val; in ecore_cxt_src_t2_alloc()
1042 val = (u64)p_mngr->t2[i + 1].p_phys; in ecore_cxt_src_t2_alloc()
1093 p_dma->p_phys, in ecore_ilt_shadow_free()
1126 dma_addr_t p_phys; in ecore_ilt_blk_alloc() local
1132 &p_phys, size); in ecore_ilt_blk_alloc()
[all …]
H A Decore_spq.h184 dma_addr_t p_phys; member
H A Decore_int.c1409 dma_addr_t p_phys = 0; in ecore_int_sb_attn_alloc() local
1420 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1430 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc()
1799 dma_addr_t p_phys = 0; in ecore_int_sp_sb_alloc() local
1811 &p_phys, in ecore_int_sp_sb_alloc()
1822 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
H A Decore_dev.c6087 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in ecore_chain_free_next_ptr() local
6104 OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys, in ecore_chain_free_next_ptr()
6108 p_phys = p_phys_next; in ecore_chain_free_next_ptr()
6203 dma_addr_t p_phys = 0; in ecore_chain_alloc_next_ptr() local
6207 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr()
6216 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6220 p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6238 dma_addr_t p_phys = 0; in ecore_chain_alloc_single() local
6241 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
6247 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_single()
[all …]