Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_chain.h124 dma_addr_t p_phys_table; member
280 return p_chain->pbl_sp.p_phys_table; in ecore_chain_get_pbl_phys()
596 p_chain->pbl_sp.p_phys_table = 0; in ecore_chain_init_params()
641 p_chain->pbl_sp.p_phys_table = p_phys_pbl; in ecore_chain_init_pbl_mem()
H A Decore_sp_commands.c372 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
376 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
H A Decore_dev.c5945 p_chain->pbl_sp.p_phys_table, pbl_size); in ecore_chain_free_pbl()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c757 dma_addr_t p_phys_table; in qede_rx_queue_start() local
788 p_phys_table = ecore_chain_get_pbl_phys(&fp->rxq->rx_comp_ring); in qede_rx_queue_start()
795 p_phys_table, page_cnt, in qede_rx_queue_start()
827 dma_addr_t p_phys_table; in qede_tx_queue_start() local
845 p_phys_table = ecore_chain_get_pbl_phys(&txq->tx_pbl); in qede_tx_queue_start()
854 p_phys_table, page_cnt, in qede_tx_queue_start()