Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_utils.h36 #define PTR_LO(x) ((u32)(((osal_uintptr_t)(x)) & 0xffffffff))
37 #define PTR_HI(x) ((u32)((((osal_uintptr_t)(x)) >> 16) >> 16))
H A Decore_init_ops.c140 (osal_uintptr_t)(p_init_val + i), in ecore_init_rt()
206 (osal_uintptr_t)(p_buf +
227 (osal_uintptr_t)(&(zero_buffer[0])),
H A Decore_hw.c847 (void *)(osal_uintptr_t)src_addr, in ecore_dmae_execute_sub_operation()
902 OSAL_MEMCPY((void *)(osal_uintptr_t)(dst_addr), in ecore_dmae_execute_sub_operation()
1112 val = (u32)(osal_uintptr_t)p_tmp; in ecore_dmae_sanity()
1140 val = (u32)(osal_uintptr_t)p_tmp - size; in ecore_dmae_sanity()
H A Decore_int.c1543 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&phys_addr, in ecore_int_cau_conf_sb()
1547 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry, in ecore_int_cau_conf_sb()
2645 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_int_set_timer_res()
2658 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_set_timer_res()
H A Decore_vf.c151 (osal_uintptr_t)&zone_data->non_trigger.vf_pf_msg_addr.lo, in ecore_send_msg2pf()
155 (osal_uintptr_t)&zone_data->non_trigger.vf_pf_msg_addr.hi, in ecore_send_msg2pf()
163 REG_WR(p_hwfn, (osal_uintptr_t)&zone_data->trigger, *((u32 *)&trigger)); in ecore_send_msg2pf()
H A Dbcm_osal.h431 #define osal_uintptr_t u64 macro
H A Decore_sp_commands.c108 (unsigned long long)(osal_uintptr_t)&p_ent->ramrod, in ecore_sp_init_request()
H A Decore_dbg_fw_funcs.c2545 u32 *pci_buf_start = (u32 *)(osal_uintptr_t)*((u64 *)virt_addr_lo); in ecore_bus_dump_pci_buf_range()
2628 pci_buf = (u32 *)(osal_uintptr_t)*((u64 *)virt_addr_lo); in ecore_bus_free_pci_buf()
3000 …if (!ecore_dmae_grc2host(p_hwfn, p_ptt, DWORDS_TO_BYTES(addr), (u64)(osal_uintptr_t)(dump_buf), le… in ecore_grc_dump_addr_range()
5012 dev_data->bus.pci_buf.virt_addr.lo = (u32)((u64)(osal_uintptr_t)pci_buf); in ecore_dbg_bus_set_pci_output()
5013 dev_data->bus.pci_buf.virt_addr.hi = (u32)((u64)(osal_uintptr_t)pci_buf >> 32); in ecore_dbg_bus_set_pci_output()
H A Decore_l2.c2256 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_rxq_coalesce()
2292 (u64)(osal_uintptr_t)&sb_entry, 2, in ecore_get_txq_coalesce()
H A Decore_cxt.c2507 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&ilt_hw_entry, in ecore_cxt_dynamic_ilt_alloc()
2620 (u64)(osal_uintptr_t)&ilt_hw_entry, in ecore_cxt_free_ilt_range()
H A Decore_dev.c1022 (u64)(osal_uintptr_t)&p_details->value, in ecore_llh_access_filter_e4()
1029 (u64)(osal_uintptr_t)&p_details->value, in ecore_llh_access_filter_e4()
H A Decore_iwarp.c3621 ep = (struct ecore_iwarp_ep *)(osal_uintptr_t)HILO_64(fw_handle->hi, in ecore_iwarp_async_event()
H A Decore_sriov.c1013 (u64)(osal_uintptr_t)&sb_entry, in ecore_iov_alloc_vf_igu_sbs()