Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_hw.c752 dma_addr_t p_phys; in ecore_dmae_info_free() local
759 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_free()
762 p_phys, sizeof(u32)); in ecore_dmae_info_free()
767 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_free()
770 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free()
775 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in ecore_dmae_info_free()
778 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free()
1097 dma_addr_t p_phys; in ecore_dmae_sanity() local
1101 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, 2 * size); in ecore_dmae_sanity()
1123 phase, (unsigned long long)p_phys, p_virt, in ecore_dmae_sanity()
[all …]
HDecore_spq.c584 dma_addr_t p_phys = 0; in ecore_spq_setup() local
595 p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod); in ecore_spq_setup()
600 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup()
605 p_phys += sizeof(struct ecore_spq_entry); in ecore_spq_setup()
648 dma_addr_t p_phys = 0; in ecore_spq_alloc() local
673 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
681 p_spq->p_phys = p_phys; in ecore_spq_alloc()
714 p_spq->p_phys, in ecore_spq_free()
HDecore_cxt.c189 dma_addr_t p_phys; member
959 p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_free()
1008 &p_mngr->t2[i].p_phys, in ecore_cxt_src_t2_alloc()
1024 p_mngr->first_free = (u64)p_mngr->t2[0].p_phys; in ecore_cxt_src_t2_alloc()
1027 p_mngr->last_free = (u64)p_t2->p_phys + in ecore_cxt_src_t2_alloc()
1034 u64 p_ent_phys = (u64)p_mngr->t2[i].p_phys, val; in ecore_cxt_src_t2_alloc()
1044 val = (u64)p_mngr->t2[i + 1].p_phys; in ecore_cxt_src_t2_alloc()
1096 p_dma->p_phys, in ecore_ilt_shadow_free()
1129 dma_addr_t p_phys; in ecore_ilt_blk_alloc() local
1135 &p_phys, size); in ecore_ilt_blk_alloc()
[all …]
HDecore_spq.h186 dma_addr_t p_phys; member
HDecore_int.c1412 dma_addr_t p_phys = 0; in ecore_int_sb_attn_alloc() local
1423 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1433 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc()
1802 dma_addr_t p_phys = 0; in ecore_int_sp_sb_alloc() local
1814 &p_phys, in ecore_int_sp_sb_alloc()
1826 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
HDecore_dev.c6091 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in ecore_chain_free_next_ptr() local
6108 OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys, in ecore_chain_free_next_ptr()
6112 p_phys = p_phys_next; in ecore_chain_free_next_ptr()
6207 dma_addr_t p_phys = 0; in ecore_chain_alloc_next_ptr() local
6211 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr()
6220 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6224 p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6242 dma_addr_t p_phys = 0; in ecore_chain_alloc_single() local
6245 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
6251 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_single()
[all …]