Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_hw.c547 dma_addr_t p_phys; in qed_dmae_info_free() local
553 p_phys = p_hwfn->dmae_info.completion_word_phys_addr; in qed_dmae_info_free()
556 p_hwfn->dmae_info.p_completion_word, p_phys); in qed_dmae_info_free()
561 p_phys = p_hwfn->dmae_info.dmae_cmd_phys_addr; in qed_dmae_info_free()
564 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
569 p_phys = p_hwfn->dmae_info.intermediate_buffer_phys_addr; in qed_dmae_info_free()
573 p_phys); in qed_dmae_info_free()
862 dma_addr_t p_phys; in qed_dmae_sanity() local
867 2 * size, &p_phys, GFP_KERNEL); in qed_dmae_sanity()
890 (u64)p_phys, in qed_dmae_sanity()
[all …]
H A Dqed_spq.c489 dma_addr_t p_phys = 0; in qed_spq_setup() local
500 p_phys = p_spq->p_phys + offsetof(struct qed_spq_entry, ramrod); in qed_spq_setup()
505 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in qed_spq_setup()
510 p_phys += sizeof(struct qed_spq_entry); in qed_spq_setup()
560 dma_addr_t p_phys = 0; in qed_spq_alloc() local
582 &p_phys, GFP_KERNEL); in qed_spq_alloc()
587 p_spq->p_phys = p_phys; in qed_spq_alloc()
619 p_spq->p_virt, p_spq->p_phys); in qed_spq_free()
H A Dqed_sp.h181 dma_addr_t p_phys; member
H A 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()
H A 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()
2184 dma_addr_t p_phys; in qed_cxt_dynamic_ilt_alloc() local
2244 p_blk->real_size_in_page, &p_phys, in qed_cxt_dynamic_ilt_alloc()
2275 p_hwfn->p_cxt_mngr->ilt_shadow[shadow_line].phys_addr = p_phys; in qed_cxt_dynamic_ilt_alloc()
/linux/net/bluetooth/
H A Dhci_conn.c1880 cis->p_phys = qos->ucast.in.phys ? qos->ucast.in.phys : in set_cig_params_sync()