Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_if.h153 struct ecore_chain_ext_pbl *ext_pbl);
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h441 struct ecore_chain_ext_pbl *ext_pbl);
H A Decore_dev.c6048 struct ecore_chain_ext_pbl *ext_pbl) in ecore_chain_alloc_pbl() argument
6072 if (ext_pbl == OSAL_NULL) { in ecore_chain_alloc_pbl()
6075 p_pbl_virt = ext_pbl->p_pbl_virt; in ecore_chain_alloc_pbl()
6076 p_pbl_phys = ext_pbl->p_pbl_phys; in ecore_chain_alloc_pbl()
6118 struct ecore_chain_ext_pbl *ext_pbl) in ecore_chain_alloc() argument
6149 rc = ecore_chain_alloc_pbl(p_dev, p_chain, ext_pbl); in ecore_chain_alloc()