Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_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
1123 phase, (unsigned long long)p_phys, p_virt, in ecore_dmae_sanity()
1124 (unsigned long long)(p_phys + size), (u8 *)p_virt + size, in ecore_dmae_sanity()
[all …]
H A Decore_spq.c583 dma_addr_t p_phys = 0; in ecore_spq_setup() local
594 p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod); in ecore_spq_setup()
599 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup()
604 p_phys += sizeof(struct ecore_spq_entry); in ecore_spq_setup()
647 dma_addr_t p_phys = 0; in ecore_spq_alloc() local
672 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
680 p_spq->p_phys = p_phys; in ecore_spq_alloc()
713 p_spq->p_phys, in ecore_spq_free()
H A Decore_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()
1044 val = (u64)p_mngr->t2[i + 1].p_phys; in ecore_cxt_src_t2_alloc()
1095 p_dma->p_phys, in ecore_ilt_shadow_free()
1128 dma_addr_t p_phys; in ecore_ilt_blk_alloc() local
1134 &p_phys, size); in ecore_ilt_blk_alloc()
1139 ilt_shadow[line].p_phys = p_phys; in ecore_ilt_blk_alloc()
2404 dma_addr_t p_phys; in ecore_cxt_dynamic_ilt_alloc() local
2466 &p_phys, in ecore_cxt_dynamic_ilt_alloc()
[all …]
H A Decore_spq.h186 dma_addr_t p_phys; member
H A Decore_int.c1411 dma_addr_t p_phys = 0; in ecore_int_sb_attn_alloc() local
1422 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1432 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc()
1801 dma_addr_t p_phys = 0; in ecore_int_sp_sb_alloc() local
1813 &p_phys, in ecore_int_sp_sb_alloc()
1824 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
H A Decore_dev.c6106 OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys, in ecore_chain_free_next_ptr()
6110 p_phys = p_phys_next; in ecore_chain_free_next_ptr()
6205 dma_addr_t p_phys = 0; in ecore_chain_alloc_next_ptr() local
6209 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr()
6218 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6222 p_virt, p_phys); in ecore_chain_alloc_next_ptr()
6240 dma_addr_t p_phys = 0; in ecore_chain_alloc_single() local
6249 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_single()
6261 dma_addr_t p_phys = 0, p_pbl_phys = 0; in ecore_chain_alloc_pbl() local
6307 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_pbl()
[all …]