Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c573 dma_addr_t p_phys; in qed_dmae_info_free() local
579 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in qed_dmae_info_free()
582 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
587 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in qed_dmae_info_free()
590 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
595 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in qed_dmae_info_free()
599 p_phys); in qed_dmae_info_free()
852 dma_addr_t p_phys; in qed_dmae_sanity() local
857 2 * size, &p_phys, GFP_KERNEL); in qed_dmae_sanity()
880 (u64)p_phys, in qed_dmae_sanity()
[all …]
Dqed_spq.c492 dma_addr_t p_phys = 0; in qed_spq_setup() local
503 p_phys = p_spq->p_phys + offsetof(struct qed_spq_entry, ramrod); in qed_spq_setup()
508 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in qed_spq_setup()
513 p_phys += sizeof(struct qed_spq_entry); in qed_spq_setup()
556 dma_addr_t p_phys = 0; in qed_spq_alloc() local
578 &p_phys, GFP_KERNEL); in qed_spq_alloc()
583 p_spq->p_phys = p_phys; in qed_spq_alloc()
613 p_spq->p_virt, p_spq->p_phys); in qed_spq_free()
Dqed_cxt.c195 dma_addr_t p_phys; member
894 p_mngr->t2[i].p_phys); in qed_cxt_src_t2_free()
940 &p_mngr->t2[i].p_phys, in qed_cxt_src_t2_alloc()
955 p_mngr->first_free = (u64) p_mngr->t2[0].p_phys; in qed_cxt_src_t2_alloc()
958 p_mngr->last_free = (u64) p_t2->p_phys + in qed_cxt_src_t2_alloc()
966 u64 p_ent_phys = (u64) p_mngr->t2[i].p_phys, val; in qed_cxt_src_t2_alloc()
975 val = (u64) p_mngr->t2[i + 1].p_phys; in qed_cxt_src_t2_alloc()
1022 p_dma->p_phys); in qed_ilt_shadow_free()
1052 dma_addr_t p_phys; in qed_ilt_blk_alloc() local
1058 &p_phys, GFP_KERNEL); in qed_ilt_blk_alloc()
[all …]
Dqed_sp.h212 dma_addr_t p_phys; member
Dqed_dev.c4613 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in qed_chain_free_next_ptr() local
4631 QED_CHAIN_PAGE_SIZE, p_virt, p_phys); in qed_chain_free_next_ptr()
4634 p_phys = p_phys_next; in qed_chain_free_next_ptr()
4729 dma_addr_t p_phys = 0; in qed_chain_alloc_next_ptr() local
4735 &p_phys, GFP_KERNEL); in qed_chain_alloc_next_ptr()
4740 qed_chain_init_mem(p_chain, p_virt, p_phys); in qed_chain_alloc_next_ptr()
4744 p_virt, p_phys); in qed_chain_alloc_next_ptr()
4762 dma_addr_t p_phys = 0; in qed_chain_alloc_single() local
4766 QED_CHAIN_PAGE_SIZE, &p_phys, GFP_KERNEL); in qed_chain_alloc_single()
4770 qed_chain_init_mem(p_chain, p_virt, p_phys); in qed_chain_alloc_single()
[all …]
Dqed_int.c1385 dma_addr_t p_phys = 0; in qed_int_sb_attn_alloc() local
1396 &p_phys, GFP_KERNEL); in qed_int_sb_attn_alloc()
1405 qed_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in qed_int_sb_attn_alloc()
1738 dma_addr_t p_phys = 0; in qed_int_sp_sb_alloc() local
1749 &p_phys, GFP_KERNEL); in qed_int_sp_sb_alloc()
1758 p_phys, QED_SP_SB_ID); in qed_int_sp_sb_alloc()
/Linux-v5.4/drivers/scsi/
Dncr53c8xx.c1337 ncrcmd p_phys; /* 'phys' header bus address */ member
7330 cp->start.setup_dsa[1] = cpu_to_scr(CCB_PHYS(cp, start.p_phys)); in ncr_init_ccb()
7333 cp->start.p_phys = cpu_to_scr(CCB_PHYS(cp, phys)); in ncr_init_ccb()