Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c297 lm_address_t mem_phy; in init_context_5709() local
316 mem_phy = pdev->vars.ctx_mem[idx].start_phy; in init_context_5709()
319 DbgBreakIf(mem_phy.as_u32.low & LM_PAGE_MASK); in init_context_5709()
336 mem_phy.as_u32.high); in init_context_5709()
357 LM_INC64(&mem_phy, LM_PAGE_SIZE); in init_context_5709()
782 lm_address_t mem_phy, in lm_setup_bd_chain_ring() argument
792 (mem_phy.as_u32.low & LM_PAGE_MASK)); in lm_setup_bd_chain_ring()
794 start_mem_phy = mem_phy; in lm_setup_bd_chain_ring()
800 LM_INC64(&mem_phy, LM_PAGE_SIZE); in lm_setup_bd_chain_ring()
805 next_ptr->tx_bd_next_paddr_hi = mem_phy.as_u32.high; in lm_setup_bd_chain_ring()
[all …]
H A Dbnx_lm_recv.c130 packet->u1.rx.mem_phy.as_u64, in lm_post_buffers()
218 pkt->u1.rx.mem_phy, in get_packets_rcvd()
522 lm_address_t mem_phy; in lm_post_buffers() local
H A Dbnx_lm_main.c2079 lm_address_t mem_phy; in init_context_resc_5709() local
2107 &mem_phy, in init_context_resc_5709()
2122 LM_INC64(&mem_phy, page_align_delta); in init_context_resc_5709()
2124 ctx_mem->start_phy = mem_phy; in init_context_resc_5709()
2147 lm_address_t mem_phy; in lm_init_resc() local
2186 &mem_phy, in lm_init_resc()
2197 pdev->vars.status_phy = mem_phy; in lm_init_resc()
2199 LM_INC64(&mem_phy, STATUS_BLOCK_BUFFER_SIZE); in lm_init_resc()
2202 pdev->vars.stats_phy = mem_phy; in lm_init_resc()
2204 LM_INC64(&mem_phy, CHIP_STATS_BUFFER_SIZE); in lm_init_resc()
[all …]
H A Dlm5706.h364 lm_address_t mem_phy; member
1103 lm_address_t mem_phy,
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c99 lmpacket->u1.rx.mem_phy.as_u64 = cookie.dmac_laddress; in bnx_rxbuffer_alloc()
119 lmpacket->u1.rx.mem_phy.as_u64 = 0; in bnx_rxbuffer_free()