Home
last modified time | relevance | path

Searched refs:mem_phys (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbd_chain.h85 lm_address_t mem_phys = bd_chain->bd_chain_phy; in lm_bd_chain_phys_addr() local
96 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() argument
214 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 …]
H A Dlm_pf.c293 lm_address_t mem_phys; in lm_pf_init_vfs() local
309 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()
H A Dlm_recv.c187 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()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c166 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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2000 lm_address_t mem_phys = {{0}}; in _lm_tcp_init_xstorm_toe_context() local
2013 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() local
2088 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 …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h599 lm_address_t mem_phys[1+LM_MAX_SGES_FOR_PACKET]; // arrays content: member