Searched defs:mem_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.h95 /* Increment mem_phy to the next page. */
116 lm_address_t mem_phy; local
123 mem_phy = bd_chain->bd_chain_phy;
127 (mem_phy.as_u32.low & LM_PAGE_MASK));
152 start_mem_phy = mem_phy;
163 /* Increment mem_phy to the next page. */
164 LM_INC64(&mem_phy, LM_PAGE_SIZE);
169 next_bd->addr_hi = mm_cpu_to_le32(mem_phy.as_u32.high);
170 next_bd->addr_lo = mm_cpu_to_le32(mem_phy.as_u32.low);
357 /* Increment mem_phy t
[all...]
H A Dlm_resc.c164 lm_address_t mem_phy = {{0}}; local
261 mem_virt = mm_alloc_phys_mem( pdev, mem_size, &mem_phy, 0, mm_cli_idx);
273 coalesce_buf->frags.frag_arr[0].addr = mem_phy;
279 LM_INC64(&mem_phy, coalesce_buf->buf_size);

Completed in 63 milliseconds