Symbol: p_phys
sys/dev/qlnx/qlnxe/ecore_cxt.c
1006
&p_mngr->t2[i].p_phys,
sys/dev/qlnx/qlnxe/ecore_cxt.c
1022
p_mngr->first_free = (u64)p_mngr->t2[0].p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1025
p_mngr->last_free = (u64)p_t2->p_phys +
sys/dev/qlnx/qlnxe/ecore_cxt.c
1032
u64 p_ent_phys = (u64)p_mngr->t2[i].p_phys, val;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1042
val = (u64)p_mngr->t2[i + 1].p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1093
p_dma->p_phys,
sys/dev/qlnx/qlnxe/ecore_cxt.c
1126
dma_addr_t p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1132
&p_phys, size);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1137
ilt_shadow[line].p_phys = p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
1143
line, (unsigned long long)p_phys, p_virt, size);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1792
(unsigned long long)(p_shdw[line].p_phys >> 12));
sys/dev/qlnx/qlnxe/ecore_cxt.c
1798
(unsigned long long)(p_shdw[line].p_phys >> 12));
sys/dev/qlnx/qlnxe/ecore_cxt.c
187
dma_addr_t p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2402
dma_addr_t p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2464
&p_phys,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2492
p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_phys = p_phys;
sys/dev/qlnx/qlnxe/ecore_cxt.c
2504
(p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].p_phys >> 12));
sys/dev/qlnx/qlnxe/ecore_cxt.c
2604
p_hwfn->p_cxt_mngr->ilt_shadow[i].p_phys,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2608
p_hwfn->p_cxt_mngr->ilt_shadow[i].p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_cxt.c
957
p_mngr->t2[i].p_phys,
sys/dev/qlnx/qlnxe/ecore_dev.c
6087
dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0;
sys/dev/qlnx/qlnxe/ecore_dev.c
6104
OSAL_DMA_FREE_COHERENT(p_dev, p_virt, p_phys,
sys/dev/qlnx/qlnxe/ecore_dev.c
6108
p_phys = p_phys_next;
sys/dev/qlnx/qlnxe/ecore_dev.c
6203
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_dev.c
6207
p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys,
sys/dev/qlnx/qlnxe/ecore_dev.c
6216
ecore_chain_init_mem(p_chain, p_virt, p_phys);
sys/dev/qlnx/qlnxe/ecore_dev.c
6220
p_virt, p_phys);
sys/dev/qlnx/qlnxe/ecore_dev.c
6238
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_dev.c
6241
p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE);
sys/dev/qlnx/qlnxe/ecore_dev.c
6247
ecore_chain_init_mem(p_chain, p_virt, p_phys);
sys/dev/qlnx/qlnxe/ecore_dev.c
6259
dma_addr_t p_phys = 0, p_pbl_phys = 0;
sys/dev/qlnx/qlnxe/ecore_dev.c
6296
p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys,
sys/dev/qlnx/qlnxe/ecore_dev.c
6305
ecore_chain_init_mem(p_chain, p_virt, p_phys);
sys/dev/qlnx/qlnxe/ecore_dev.c
6310
*(dma_addr_t *)p_pbl_virt = p_phys;
sys/dev/qlnx/qlnxe/ecore_hw.c
1095
dma_addr_t p_phys;
sys/dev/qlnx/qlnxe/ecore_hw.c
1099
p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, 2 * size);
sys/dev/qlnx/qlnxe/ecore_hw.c
1121
phase, (unsigned long long)p_phys, p_virt,
sys/dev/qlnx/qlnxe/ecore_hw.c
1122
(unsigned long long)(p_phys + size), (u8 *)p_virt + size,
sys/dev/qlnx/qlnxe/ecore_hw.c
1125
rc = ecore_dmae_host2host(p_hwfn, p_ptt, p_phys, p_phys + size,
sys/dev/qlnx/qlnxe/ecore_hw.c
1146
(unsigned long long)(p_phys + (u32)((u8 *)p_tmp - (u8 *)p_virt)),
sys/dev/qlnx/qlnxe/ecore_hw.c
1154
OSAL_DMA_FREE_COHERENT(p_hwfn->p_dev, p_virt, p_phys, 2 * size);
sys/dev/qlnx/qlnxe/ecore_hw.c
750
dma_addr_t p_phys;
sys/dev/qlnx/qlnxe/ecore_hw.c
757
p_phys = p_hwfn->dmae_info.completion_word_phys_addr;
sys/dev/qlnx/qlnxe/ecore_hw.c
760
p_phys, sizeof(u32));
sys/dev/qlnx/qlnxe/ecore_hw.c
765
p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr;
sys/dev/qlnx/qlnxe/ecore_hw.c
768
p_phys, sizeof(struct dmae_cmd));
sys/dev/qlnx/qlnxe/ecore_hw.c
773
p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr;
sys/dev/qlnx/qlnxe/ecore_hw.c
776
p_phys, sizeof(u32) * DMAE_MAX_RW_SIZE);
sys/dev/qlnx/qlnxe/ecore_int.c
1409
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_int.c
1420
p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys,
sys/dev/qlnx/qlnxe/ecore_int.c
1430
ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys);
sys/dev/qlnx/qlnxe/ecore_int.c
1799
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_int.c
1811
&p_phys,
sys/dev/qlnx/qlnxe/ecore_int.c
1822
p_virt, p_phys, ECORE_SP_SB_ID);
sys/dev/qlnx/qlnxe/ecore_spq.c
581
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_spq.c
592
p_phys = p_spq->p_phys + OFFSETOF(struct ecore_spq_entry, ramrod);
sys/dev/qlnx/qlnxe/ecore_spq.c
597
DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys);
sys/dev/qlnx/qlnxe/ecore_spq.c
602
p_phys += sizeof(struct ecore_spq_entry);
sys/dev/qlnx/qlnxe/ecore_spq.c
645
dma_addr_t p_phys = 0;
sys/dev/qlnx/qlnxe/ecore_spq.c
670
p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys,
sys/dev/qlnx/qlnxe/ecore_spq.c
678
p_spq->p_phys = p_phys;
sys/dev/qlnx/qlnxe/ecore_spq.c
711
p_spq->p_phys,