Searched refs:p_phys (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_hw.c | 662 dma_addr_t p_phys; in ecore_dmae_info_free() local 669 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in ecore_dmae_info_free() 672 p_phys, sizeof(u32)); in ecore_dmae_info_free() 677 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in ecore_dmae_info_free() 680 p_phys, sizeof(struct dmae_cmd)); in ecore_dmae_info_free() 688 p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE); in ecore_dmae_info_free() 1020 dma_addr_t p_phys; in ecore_dmae_sanity() local 1046 phase, (unsigned long)p_phys, p_virt, in ecore_dmae_sanity() 1047 (unsigned long)(p_phys + size), in ecore_dmae_sanity() 1050 rc = ecore_dmae_host2host(p_hwfn, p_ptt, p_phys, p_phys + size, in ecore_dmae_sanity() [all …]
|
| H A D | ecore_spq.c | 517 dma_addr_t p_phys = 0; in ecore_spq_setup() local 528 p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod); in ecore_spq_setup() 533 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup() 538 p_phys += sizeof(struct ecore_spq_entry); in ecore_spq_setup() 581 dma_addr_t p_phys = 0; in ecore_spq_alloc() local 606 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc() 613 p_spq->p_phys = p_phys; in ecore_spq_alloc() 646 p_spq->p_phys, in ecore_spq_free()
|
| H A D | ecore_spq.h | 114 dma_addr_t p_phys; member
|
| H A D | ecore_cxt.c | 886 dma_addr_t p_phys; in ecore_ilt_blk_alloc() local 900 &p_phys, size, in ecore_ilt_blk_alloc() 906 ilt_shadow[line].phys_addr = p_phys; in ecore_ilt_blk_alloc() 913 line, (unsigned long)p_phys, p_virt, size); in ecore_ilt_blk_alloc() 2002 dma_addr_t p_phys; in ecore_cxt_dynamic_ilt_alloc() local 2055 &p_phys, in ecore_cxt_dynamic_ilt_alloc() 2064 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].phys_addr = p_phys; in ecore_cxt_dynamic_ilt_alloc()
|
| H A D | ecore_dev.c | 5899 OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys, in ecore_chain_free_next_ptr() 5903 p_phys = p_phys_next; in ecore_chain_free_next_ptr() 5995 dma_addr_t p_phys = 0; in ecore_chain_alloc_next_ptr() local 5999 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_chain_alloc_next_ptr() 6008 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_next_ptr() 6012 p_virt, p_phys); in ecore_chain_alloc_next_ptr() 6030 dma_addr_t p_phys = 0; in ecore_chain_alloc_single() local 6039 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_single() 6051 dma_addr_t p_phys = 0, p_pbl_phys = 0; in ecore_chain_alloc_pbl() local 6097 ecore_chain_init_mem(p_chain, p_virt, p_phys); in ecore_chain_alloc_pbl() [all …]
|
| H A D | ecore_int.c | 1458 dma_addr_t p_phys = 0; in ecore_int_sb_attn_alloc() local 1469 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc() 1479 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc() 1853 dma_addr_t p_phys = 0; in ecore_int_sp_sb_alloc() local 1866 &p_phys, SB_ALIGNED_SIZE(p_hwfn)); in ecore_int_sp_sb_alloc() 1876 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
|