Home
last modified time | relevance | path

Searched refs:ECORE_CHAIN_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_chain.h147 #define ECORE_CHAIN_PAGE_SIZE (0x1000) macro
148 #define ELEMS_PER_PAGE(elem_size) (ECORE_CHAIN_PAGE_SIZE / (elem_size))
829 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_pbl_zero_mem()
H A Decore_dev.c5900 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_next_ptr()
5914 p_chain->p_phys_addr, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_single()
5936 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_pbl()
6000 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_next_ptr()
6033 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
6089 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_pbl()
H A Decore_spq.c1061 ECORE_CHAIN_PAGE_SIZE / 0x80, in ecore_consq_alloc()