Searched refs:mem_phys (Results 1 – 6 of 6) sorted by relevance
85 lm_address_t mem_phys = bd_chain->bd_chain_phy; in lm_bd_chain_phys_addr() local96 LM_INC64(&mem_phys, LM_PAGE_SIZE); in lm_bd_chain_phys_addr()101 mem_phys = bd_chain->pbl_phys_addr_table[page_idx]; in lm_bd_chain_phys_addr()103 return mem_phys; in lm_bd_chain_phys_addr()195 lm_address_t mem_phys, /* phys addr of buffer */ in lm_bd_chain_add_page() argument214 next_bd->addr_hi = mm_cpu_to_le32(mem_phys.as_u32.high); in lm_bd_chain_add_page()215 next_bd->addr_lo = mm_cpu_to_le32(mem_phys.as_u32.low); in lm_bd_chain_add_page()222 bd_chain->bd_chain_phy = mem_phys; in lm_bd_chain_add_page()241 next_bd->addr_hi = mm_cpu_to_le32(mem_phys.as_u32.high); in lm_bd_chain_add_page()242 next_bd->addr_lo = mm_cpu_to_le32(mem_phys.as_u32.low); in lm_bd_chain_add_page()[all …]
293 lm_address_t mem_phys; in lm_pf_init_vfs() local309 mem_phys = pdev->vfs_set.req_resp_phys_addr; in lm_pf_init_vfs()313 pdev->vfs_set.vfs_array[vf_idx].pf_vf_response.response_phys_addr = mem_phys; in lm_pf_init_vfs()314 LM_INC64(&mem_phys, req_resp_size); in lm_pf_init_vfs()324 mem_phys = pdev->vfs_set.pf_fw_stats_set_phys_data; in lm_pf_init_vfs()327 pdev->vfs_set.vfs_array[vf_idx].vf_stats.pf_fw_stats_phys_data = mem_phys; in lm_pf_init_vfs()328 LM_INC64(&mem_phys, stats_size); in lm_pf_init_vfs()335 mem_phys = pdev->vfs_set.rss_update_phys_addr; in lm_pf_init_vfs()338 pdev->vfs_set.vfs_array[vf_idx].vf_slowpath_info.slowpath_data.rss_rdata_phys = mem_phys; in lm_pf_init_vfs()339 LM_INC64(&mem_phys, rss_upd_size); in lm_pf_init_vfs()
187 cur_bd->addr_lo = mm_cpu_to_le32(packet->u1.rx.mem_phys[0].as_u32.low); in lm_post_buffers()188 cur_bd->addr_hi = mm_cpu_to_le32(packet->u1.rx.mem_phys[0].as_u32.high); in lm_post_buffers()192 cur_sge->addr_lo = mm_cpu_to_le32(packet->u1.rx.mem_phys[1].as_u32.low); in lm_post_buffers()193 cur_sge->addr_hi = mm_cpu_to_le32(packet->u1.rx.mem_phys[1].as_u32.high); in lm_post_buffers()
166 pRxPkt->lm_pkt.u1.rx.mem_phys[0].as_u64 = 0; in BnxeRxPktFree()689 pRxPkt->lm_pkt.u1.rx.mem_phys[0].as_u64 = cookie.dmac_laddress; in BnxeRxBufAlloc()878 pRxPkt->lm_pkt.u1.rx.mem_phys[0].as_u64 = 0; in BnxeRxPktsFiniIdx()
2000 lm_address_t mem_phys = {{0}}; in _lm_tcp_init_xstorm_toe_context() local2013 mem_phys = lm_bd_chain_phys_addr(&tcp->tx_con->bd_chain, 0); in _lm_tcp_init_xstorm_toe_context()2015 … xctx_ag->cmp_bd_page_0_to_31 = mem_phys.as_u32.low; /* page that includes the snd.una */ in _lm_tcp_init_xstorm_toe_context()2016 … xctx_ag->cmp_bd_page_32_to_63 = mem_phys.as_u32.high; /* page that includes the snd.una */ in _lm_tcp_init_xstorm_toe_context()2033 &bd_idx, &bd_offset, &mem_phys); in _lm_tcp_init_xstorm_toe_context()2040 xctx_st->toe.tx_bd_page_base_hi = mem_phys.as_u32.high; in _lm_tcp_init_xstorm_toe_context()2041 xctx_st->toe.tx_bd_page_base_lo = mem_phys.as_u32.low; in _lm_tcp_init_xstorm_toe_context()2058 lm_address_t mem_phys = {{0}}; in _lm_tcp_init_ustorm_toe_context() local2088 mem_phys = lm_bd_chain_phys_addr(&tcp->rx_con->bd_chain, 0); in _lm_tcp_init_ustorm_toe_context()2090 uctx_st->pen_ring_params.rq_cons_addr_hi = mem_phys.as_u32.high; in _lm_tcp_init_ustorm_toe_context()[all …]
599 lm_address_t mem_phys[1+LM_MAX_SGES_FOR_PACKET]; // arrays content: member