Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_chain.h133 dma_addr_t p_phys_addr; member
579 p_chain->p_phys_addr = 0; in ecore_chain_init_params()
615 dma_addr_t p_phys_addr) in ecore_chain_init_mem() argument
618 p_chain->p_phys_addr = p_phys_addr; in ecore_chain_init_mem()
H A Decore_spq.c244 *p_spq_base_lo = DMA_LO_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
245 *p_spq_base_hi = DMA_HI_LE(p_spq->chain.p_phys_addr); in ecore_spq_hw_initialize()
248 p_hwfn->p_consq->chain.p_phys_addr); in ecore_spq_hw_initialize()
H A Decore_dev.c5882 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in ecore_chain_free_next_ptr()
5914 p_chain->p_phys_addr, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_single()
6022 p_chain->p_phys_addr); in ecore_chain_alloc_next_ptr()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c794 fp->rxq->rx_bd_ring.p_phys_addr, in qede_rx_queue_start()