Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_chain.h179 #define ECORE_CHAIN_PAGE_SIZE (0x1000) macro
180 #define ELEMS_PER_PAGE(elem_size) (ECORE_CHAIN_PAGE_SIZE/(elem_size))
789 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_pbl_zero_mem()
H A Decore_dev.c4195 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_next_ptr()
4209 p_chain->p_phys_addr, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_single()
4231 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_free_pbl()
4298 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_next_ptr()
4331 p_virt = OSAL_DMA_ALLOC_COHERENT(p_dev, &p_phys, ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_single()
4387 ECORE_CHAIN_PAGE_SIZE); in ecore_chain_alloc_pbl()
H A Decore_spq.c1094 ECORE_CHAIN_PAGE_SIZE/0x80, in ecore_consq_alloc()