Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c540 dma_addr_t p_phys; in qed_dmae_info_free() local
546 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in qed_dmae_info_free()
549 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
554 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in qed_dmae_info_free()
557 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
562 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in qed_dmae_info_free()
566 p_phys); in qed_dmae_info_free()
854 dma_addr_t p_phys; in qed_dmae_sanity() local
859 2 * size, &p_phys, GFP_KERNEL); in qed_dmae_sanity()
882 (u64)p_phys, in qed_dmae_sanity()
[all …]
Dqed_spq.c475 dma_addr_t p_phys = 0; in qed_spq_setup() local
486 p_phys = p_spq->p_phys + offsetof(struct qed_spq_entry, ramrod); in qed_spq_setup()
491 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in qed_spq_setup()
496 p_phys += sizeof(struct qed_spq_entry); in qed_spq_setup()
546 dma_addr_t p_phys = 0; in qed_spq_alloc() local
568 &p_phys, GFP_KERNEL); in qed_spq_alloc()
573 p_spq->p_phys = p_phys; in qed_spq_alloc()
605 p_spq->p_virt, p_spq->p_phys); in qed_spq_free()
Dqed_sp.h186 dma_addr_t p_phys; member
Dqed_int.c1411 dma_addr_t p_phys = 0; in qed_int_sb_attn_alloc() local
1422 &p_phys, GFP_KERNEL); in qed_int_sb_attn_alloc()
1431 qed_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in qed_int_sb_attn_alloc()
1764 dma_addr_t p_phys = 0; in qed_int_sp_sb_alloc() local
1775 &p_phys, GFP_KERNEL); in qed_int_sp_sb_alloc()
1784 p_phys, QED_SP_SB_ID); in qed_int_sp_sb_alloc()
Dqed_cxt.c962 dma_addr_t p_phys; in qed_ilt_blk_alloc() local
968 &p_phys, GFP_KERNEL); in qed_ilt_blk_alloc()
972 ilt_shadow[line].phys_addr = p_phys; in qed_ilt_blk_alloc()
978 line, (u64)p_phys, p_virt, size); in qed_ilt_blk_alloc()
2199 dma_addr_t p_phys; in qed_cxt_dynamic_ilt_alloc() local
2259 p_blk->real_size_in_page, &p_phys, in qed_cxt_dynamic_ilt_alloc()
2290 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].phys_addr = p_phys; in qed_cxt_dynamic_ilt_alloc()
/Linux-v5.15/drivers/scsi/
Dncr53c8xx.c1340 ncrcmd p_phys; /* 'phys' header bus address */ member
7165 cp->start.setup_dsa[1] = cpu_to_scr(CCB_PHYS(cp, start.p_phys)); in ncr_init_ccb()
7168 cp->start.p_phys = cpu_to_scr(CCB_PHYS(cp, phys)); in ncr_init_ccb()