Searched defs:buf_base_phy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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 */
349 pbl_phys_table[i].as_u32.low = mm_cpu_to_le32(buf_base_phy.as_u32.high);
350 pbl_phys_table[i].as_u32.high = mm_cpu_to_le32(buf_base_phy.as_u32.low);
352 pbl_phys_table[i].as_u64 = buf_base_phy.as_u64;
359 LM_INC64(&buf_base_phy, LM_PAGE_SIZE);
327 lm_bd_chain_pbl_set_ptrs( IN void *buf_base_virt, IN lm_address_t buf_base_phy, IN lm_address_t *pbl_phys_table, IN void *pbl_virt_table, IN u32_t pbl_entries ) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c111 IN lm_address_t* buf_base_phy,
124 CHK_NULL(buf_base_phy) || CHK_NULL(pbl_virt) ||
141 lm_status = lm_bd_chain_pbl_set_ptrs(buf_base_virt, *buf_base_phy, *pbl_virt, *pbl_virt_table, *pbl_entries);
108 lm_create_pbl( IN struct _lm_device_t *pdev, IN void* buf_base_virt, IN lm_address_t* buf_base_phy, IN u32_t buffer_size, OUT lm_address_t** pbl_virt, OUT lm_address_t* pbl_phy, OUT void** pbl_virt_table, OUT u32_t *pbl_entries, OUT u32_t *pbl_size, IN u8_t rt_mem, IN u8_t mm_cli_idx) argument

Completed in 554 milliseconds