Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c213 void *p_virt; member
929 if (p_mngr->t2[i].p_virt) in ecore_cxt_src_t2_free()
978 void **p_virt = &p_mngr->t2[i].p_virt; in ecore_cxt_src_t2_alloc() local
1063 if (p_dma->p_virt) in ecore_ilt_shadow_free()
1065 p_dma->p_virt, in ecore_ilt_shadow_free()
1099 void *p_virt; in ecore_ilt_blk_alloc() local
1105 if (!p_virt) in ecore_ilt_blk_alloc()
1110 ilt_shadow[line].p_virt = p_virt; in ecore_ilt_blk_alloc()
2361 void *p_virt; in ecore_cxt_dynamic_ilt_alloc() local
2414 if (!p_virt) { in ecore_cxt_dynamic_ilt_alloc()
[all …]
H A Decore_spq.c571 struct ecore_spq_entry *p_virt = OSAL_NULL; in ecore_spq_setup() local
583 p_virt = p_spq->p_virt; in ecore_spq_setup()
587 DMA_REGPAIR_LE(p_virt->elem.data_ptr, p_phys); in ecore_spq_setup()
589 OSAL_LIST_PUSH_TAIL(&p_virt->list, &p_spq->free_pool); in ecore_spq_setup()
591 p_virt++; in ecore_spq_setup()
615 struct ecore_spq_entry *p_virt = OSAL_NULL; in ecore_spq_alloc() local
642 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, &p_phys, in ecore_spq_alloc()
645 if (!p_virt) { in ecore_spq_alloc()
649 p_spq->p_virt = p_virt; in ecore_spq_alloc()
671 if (p_spq->p_virt) { in ecore_spq_free()
[all …]
H A Decore_dev.c4181 if (!p_virt) in ecore_chain_free_next_ptr()
4187 if (!p_virt) in ecore_chain_free_next_ptr()
4197 p_virt = p_virt_next; in ecore_chain_free_next_ptr()
4299 if (!p_virt) { in ecore_chain_alloc_next_ptr()
4310 p_virt, p_phys); in ecore_chain_alloc_next_ptr()
4313 p_virt_prev = p_virt; in ecore_chain_alloc_next_ptr()
4329 void *p_virt = OSAL_NULL; in ecore_chain_alloc_single() local
4332 if (!p_virt) { in ecore_chain_alloc_single()
4348 void *p_virt = OSAL_NULL; in ecore_chain_alloc_pbl() local
4388 if (!p_virt) { in ecore_chain_alloc_pbl()
[all …]
H A Decore_int.c1310 void *p_virt; in ecore_int_sb_attn_alloc() local
1320 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, in ecore_int_sb_attn_alloc()
1322 if (!p_virt) { in ecore_int_sb_attn_alloc()
1330 ecore_int_sb_attn_init(p_hwfn, p_ptt, p_virt, p_phys); in ecore_int_sb_attn_alloc()
1698 void *p_virt; in ecore_int_sp_sb_alloc() local
1708 p_virt = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, in ecore_int_sp_sb_alloc()
1711 if (!p_virt) { in ecore_int_sp_sb_alloc()
1721 p_virt, p_phys, ECORE_SP_SB_ID); in ecore_int_sp_sb_alloc()
H A Decore_spq.h175 struct ecore_spq_entry *p_virt; member
H A Decore_vfpf_if.h642 struct ecore_bulletin_content *p_virt; member