Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h329 IN lm_address_t buf_base_phy, /* phys addr of the pre-allocated buffer */ in lm_bd_chain_pbl_set_ptrs() argument
349 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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c111 IN lm_address_t* buf_base_phy, in lm_create_pbl() argument
124 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()