Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h116 lm_address_t mem_phy; in lm_bd_chain_set_next_ptrs() local
123 mem_phy = bd_chain->bd_chain_phy; in lm_bd_chain_set_next_ptrs()
127 (mem_phy.as_u32.low & LM_PAGE_MASK)); in lm_bd_chain_set_next_ptrs()
152 start_mem_phy = mem_phy; in lm_bd_chain_set_next_ptrs()
164 LM_INC64(&mem_phy, LM_PAGE_SIZE); in lm_bd_chain_set_next_ptrs()
169 next_bd->addr_hi = mm_cpu_to_le32(mem_phy.as_u32.high); in lm_bd_chain_set_next_ptrs()
170 next_bd->addr_lo = mm_cpu_to_le32(mem_phy.as_u32.low); in lm_bd_chain_set_next_ptrs()
H A Dlm_resc.c164 lm_address_t mem_phy = {{0}}; in lm_allocate_coalesce_buffers() local
261 mem_virt = mm_alloc_phys_mem( pdev, mem_size, &mem_phy, 0, mm_cli_idx); in lm_allocate_coalesce_buffers()
273 coalesce_buf->frags.frag_arr[0].addr = mem_phy; in lm_allocate_coalesce_buffers()
279 LM_INC64(&mem_phy, coalesce_buf->buf_size); in lm_allocate_coalesce_buffers()