Searched refs:buf_base_phy (Results 1 – 2 of 2) sorted by relevance
329 IN lm_address_t buf_base_phy, /* phys addr of the pre-allocated buffer */ in lm_bd_chain_pbl_set_ptrs() argument349 pbl_phys_table[i].as_u32.low = mm_cpu_to_le32(buf_base_phy.as_u32.high); in lm_bd_chain_pbl_set_ptrs()350 pbl_phys_table[i].as_u32.high = mm_cpu_to_le32(buf_base_phy.as_u32.low); in lm_bd_chain_pbl_set_ptrs()352 pbl_phys_table[i].as_u64 = buf_base_phy.as_u64; in lm_bd_chain_pbl_set_ptrs()359 LM_INC64(&buf_base_phy, LM_PAGE_SIZE); in lm_bd_chain_pbl_set_ptrs()
111 IN lm_address_t* buf_base_phy, in lm_create_pbl() argument124 CHK_NULL(buf_base_phy) || CHK_NULL(pbl_virt) || in lm_create_pbl()141 …lm_status = lm_bd_chain_pbl_set_ptrs(buf_base_virt, *buf_base_phy, *pbl_virt, *pbl_virt_table, *pb… in lm_create_pbl()