Home
last modified time | relevance | path

Searched refs:osal_uintptr_t (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_utils.h14 #define PTR_LO(x) ((u32)(((osal_uintptr_t)(x)) & 0xffffffff))
15 #define PTR_HI(x) ((u32)((((osal_uintptr_t)(x)) >> 16) >> 16))
H A Decore_init_ops.c102 (osal_uintptr_t)(p_init_val + i), in ecore_init_rt()
167 (osal_uintptr_t)(p_buf +
188 (osal_uintptr_t)&zero_buffer[0],
H A Decore_hw.c764 (void *)(osal_uintptr_t)src_addr, in ecore_dmae_execute_sub_operation()
817 OSAL_MEMCPY((void *)(osal_uintptr_t)(dst_addr), in ecore_dmae_execute_sub_operation()
1037 val = (u32)(osal_uintptr_t)p_tmp; in ecore_dmae_sanity()
1065 val = (u32)(osal_uintptr_t)p_tmp - size; in ecore_dmae_sanity()
H A Decore_int.c1593 (u64)(osal_uintptr_t)&phys_addr, in ecore_int_cau_conf_sb()
1598 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_cau_conf_sb()
2691 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_int_set_timer_res()
2704 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_set_timer_res()
H A Decore_vf.c107 (osal_uintptr_t)&zone_data->non_trigger.vf_pf_msg_addr.lo, in ecore_send_msg2pf()
111 (osal_uintptr_t)&zone_data->non_trigger.vf_pf_msg_addr.hi, in ecore_send_msg2pf()
119 REG_WR(p_hwfn, (osal_uintptr_t)&zone_data->trigger, in ecore_send_msg2pf()
H A Dbcm_osal.h67 #define osal_uintptr_t uintptr_t macro
H A Decore_l2.c2226 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_rxq_coalesce()
2261 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_txq_coalesce()
H A Decore_cxt.c2080 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&ilt_hw_entry, in ecore_cxt_dynamic_ilt_alloc()
2171 (u64)(osal_uintptr_t)&ilt_hw_entry, in ecore_cxt_free_ilt_range()
H A Decore_init_fw_funcs.c1456 (u64)(osal_uintptr_t)(pData), in ecore_dmae_to_grc()
H A Decore_dev.c983 (u64)(osal_uintptr_t)&p_details->value, in ecore_llh_access_filter()
990 (u64)(osal_uintptr_t)&p_details->value, in ecore_llh_access_filter()
H A Decore_sriov.c1022 (u64)(osal_uintptr_t)&sb_entry, in ecore_iov_alloc_vf_igu_sbs()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c867 buf->ptr = (void *)(osal_uintptr_t)ptr; in qed_set_dbg_bin_buf()
4850 (struct bin_buffer_hdr *)(osal_uintptr_t)bin_ptr; in qed_dbg_set_bin_ptr()
6363 u8 *meta_buf_bytes = (u8 *)(osal_uintptr_t)meta_buf; in qed_mcp_trace_alloc_meta_data()
7120 (struct bin_buffer_hdr *)(osal_uintptr_t)bin_ptr; in qed_dbg_user_set_bin_ptr()