Home
last modified time | relevance | path

Searched refs:pbl_sp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h158 } pbl_sp; member
318 return p_chain->pbl_sp.p_phys_table; in ecore_chain_get_pbl_phys()
636 p_chain->pbl_sp.p_phys_table = 0; in ecore_chain_init_params()
637 p_chain->pbl_sp.p_virt_table = OSAL_NULL; in ecore_chain_init_params()
681 p_chain->pbl_sp.p_phys_table = p_phys_pbl; in ecore_chain_init_pbl_mem()
682 p_chain->pbl_sp.p_virt_table = p_virt_pbl; in ecore_chain_init_pbl_mem()
H A Decore_sp_commands.c378 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
382 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
H A Decore_dev.c4216 u8 *p_pbl_virt = (u8 *)p_chain->pbl_sp.p_virt_table; in ecore_chain_free_pbl()
4239 OSAL_DMA_FREE_COHERENT(p_dev, p_chain->pbl_sp.p_virt_table, in ecore_chain_free_pbl()
4240 p_chain->pbl_sp.p_phys_table, pbl_size); in ecore_chain_free_pbl()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c1951 if (rx_ring->rx_cqe_ring.pbl_sp.p_virt_table) { in qede_free_rx_ring_phys()
1952 rx_ring->rx_cqe_ring.pbl_sp.p_virt_table = NULL; in qede_free_rx_ring_phys()
2886 (void *)rx_ring->rx_cqe_ring.pbl_sp.p_phys_table, in qede_save_fp_dma_handles()
2891 rx_ring->rx_cqe_ring.pbl_sp.p_phys_table); in qede_save_fp_dma_handles()
2911 (void *)tx_ring->tx_bd_ring.pbl_sp.p_phys_table, in qede_save_fp_dma_handles()
2916 tx_ring->tx_bd_ring.pbl_sp.p_phys_table); in qede_save_fp_dma_handles()