Searched refs:U64_LO (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dbcm_utils.h47 U64_LO
51 #define U64_LO(x) ((u32_t)(((u64_t)(x)) & (u64_t)0xffffffff)) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h97 pending->command.protocol_data.lo = mm_cpu_to_le32(U64_LO(data));
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c291 _field##_lo = U64_LO((_val));
H A Dlm_stats.c56 #define LM_STATS_64_TO_HI_LO( _x_64_, _hi_lo ) ( _hi_lo##_hi = (u32_t)U64_HI( _x_64_ ) ); ( _hi_lo##_lo = (u32_t)U64_LO( _x_64_ ) );
3052 mcp_func->total_bytes_received_lo = (u32_t)U64_LO( val ) ;
3069 mcp_func->total_bytes_transmitted_lo = (u32_t)U64_LO( val ) ;
3086 mcp_func->total_unicast_packets_received_lo = (u32_t)U64_LO( val ) ;
3103 mcp_func->total_multicast_packets_received_lo = (u32_t)U64_LO( val ) ;
3120 mcp_func->total_broadcast_packets_received_lo = (u32_t)U64_LO( val ) ;
3137 mcp_func->total_unicast_packets_transmitted_lo = (u32_t)U64_LO( val ) ;
3154 mcp_func->total_multicast_packets_transmitted_lo = (u32_t)U64_LO( val ) ;
3171 mcp_func->total_broadcast_packets_transmitted_lo = (u32_t)U64_LO( val ) ;
H A Dlm_dmae.c290 command->src_addr_lo = U64_LO(source_offset);
293 command->dst_addr_lo = U64_LO(dest_offset);
H A Dlm_power.c171 val_32[0] = U64_LO(val_64);
H A Dlm_hw_init_reset.c1681 val_32[0] = U64_LO(reg_port_wb_arr[idx]);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h954 U64_LO(t2_mapping.as_u64), U64_HI(t2_mapping.as_u64));
957 U64_LO((u64)t2_mapping.as_u64 +
H A Decore_sp_verbs.c4996 mm_cpu_to_le32(U64_LO(params->dscr_map.as_u64));
5065 mm_cpu_to_le32(U64_LO(params->dscr_map.as_u64));
5069 mm_cpu_to_le32(U64_LO(params->sge_map.as_u64));
5073 mm_cpu_to_le32(U64_LO(params->rcq_map.as_u64));
5475 data->sge_page_base_lo = mm_cpu_to_le32(U64_LO(params->sge_map.as_u64));
6656 mm_cpu_to_le32(U64_LO(set_timesync_params->offset_delta));

Completed in 125 milliseconds