Searched refs:osal_uintptr_t (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_utils.h | 14 #define PTR_LO(x) ((u32)(((osal_uintptr_t)(x)) & 0xffffffff)) 15 #define PTR_HI(x) ((u32)((((osal_uintptr_t)(x)) >> 16) >> 16))
|
| H A D | ecore_init_ops.c | 102 (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 D | ecore_hw.c | 764 (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 D | ecore_int.c | 1593 (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 D | ecore_vf.c | 107 (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 D | bcm_osal.h | 67 #define osal_uintptr_t uintptr_t macro
|
| H A D | ecore_l2.c | 2226 (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 D | ecore_cxt.c | 2080 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 D | ecore_init_fw_funcs.c | 1456 (u64)(osal_uintptr_t)(pData), in ecore_dmae_to_grc()
|
| H A D | ecore_dev.c | 983 (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 D | ecore_sriov.c | 1022 (u64)(osal_uintptr_t)&sb_entry, in ecore_iov_alloc_vf_igu_sbs()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 867 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()
|