Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_chain.h297 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_advance_page() local
302 p_next = (struct ecore_chain_next *)(*p_next_elem); in ecore_chain_advance_page()
303 *p_next_elem = p_next->next_virt; in ecore_chain_advance_page()
662 struct ecore_chain_next *p_next; in ecore_chain_init_next_ptr_elem() local
666 p_next = (struct ecore_chain_next *)((u8 *)p_virt_curr + size); in ecore_chain_init_next_ptr_elem()
668 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in ecore_chain_init_next_ptr_elem()
670 p_next->next_virt = p_virt_next; in ecore_chain_init_next_ptr_elem()
684 struct ecore_chain_next *p_next = OSAL_NULL; in ecore_chain_get_last_elem() local
696 while (p_next->next_virt != p_chain->p_virt_addr) { in ecore_chain_get_last_elem()
697 p_virt_addr = p_next->next_virt; in ecore_chain_get_last_elem()
[all …]
H A Decore_dev.c5883 struct ecore_chain_next *p_next; in ecore_chain_free_next_ptr() local
5895 p_next = (struct ecore_chain_next *)((u8 *)p_virt + size); in ecore_chain_free_next_ptr()
5896 p_virt_next = p_next->next_virt; in ecore_chain_free_next_ptr()
5897 p_phys_next = HILO_DMA_REGPAIR(p_next->next_phys); in ecore_chain_free_next_ptr()