Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dev_api.h570 struct ecore_chain_ext_pbl *ext_pbl);
Decore_dev.c6260 struct ecore_chain_ext_pbl *ext_pbl) in ecore_chain_alloc_pbl() argument
6284 if (ext_pbl == OSAL_NULL) { in ecore_chain_alloc_pbl()
6287 p_pbl_virt = ext_pbl->p_pbl_virt; in ecore_chain_alloc_pbl()
6288 p_pbl_phys = ext_pbl->p_pbl_phys; in ecore_chain_alloc_pbl()
6330 struct ecore_chain_ext_pbl *ext_pbl) in ecore_chain_alloc() argument
6361 rc = ecore_chain_alloc_pbl(p_dev, p_chain, ext_pbl); in ecore_chain_alloc()