Home
last modified time | relevance | path

Searched refs:p_phys_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h700 void *p_virt_next, dma_addr_t p_phys_next) in ecore_chain_init_next_ptr_elem() argument
708 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in ecore_chain_init_next_ptr_elem()
H A Decore_dev.c4177 dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0; in ecore_chain_free_next_ptr() local
4192 p_phys_next = HILO_DMA_REGPAIR(p_next->next_phys); in ecore_chain_free_next_ptr()
4198 p_phys = p_phys_next; in ecore_chain_free_next_ptr()