Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h330 IN lm_address_t *pbl_phys_table, /* ptr to caller pre-allocated buffer of phys pbl */ in lm_bd_chain_pbl_set_ptrs() argument
338 CHK_NULL(pbl_phys_table) || in lm_bd_chain_pbl_set_ptrs()
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()
374 lm_address_t *pbl_phys_table, /* ptr to caller pre-allocated buffer of phys pbl */ in lm_bd_chain_pbl_setup() argument
395 bd_chain->pbl_phys_addr_table = pbl_phys_table; in lm_bd_chain_pbl_setup()