Home
last modified time | relevance | path

Searched refs:p_phys_table (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/qlnx/qlnxe/
H A Decore_chain.h149 dma_addr_t p_phys_table; member
315 return p_chain->pbl_sp.p_phys_table; in ecore_chain_get_pbl_phys()
633 p_chain->pbl_sp.p_phys_table = 0; in ecore_chain_init_params()
678 p_chain->pbl_sp.p_phys_table = p_phys_pbl; in ecore_chain_init_pbl_mem()
H A Decore_sp_commands.c395 p_hwfn->p_eq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
399 p_hwfn->p_consq->chain.pbl_sp.p_phys_table); in ecore_sp_pf_start()
H A Decore_dev.c6150 p_chain->pbl_sp.p_phys_table, pbl_size); in ecore_chain_free_pbl()
/src/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c745 dma_addr_t p_phys_table; in qlnxr_init_hw() local
772 p_phys_table = ecore_chain_get_pbl_phys(&dev->cnq_array[i].pbl); in qlnxr_init_hw()
773 cur_pbl->pbl_ptr = (u64)p_phys_table; in qlnxr_init_hw()