Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c308 …sum_64 = stats.IfHCOutUcastPkts + fw_stats->fcoe.fcoe_tx_pkt_cnt + (HILO_U64(fcoe_stats_mfw->tx_fr… in lm_niv_chip_stats_to_niv_stats()
311 …sum_64 = stats.IfHCOutUcastOctets + fw_stats->fcoe.fcoe_tx_byte_cnt + (HILO_U64(fcoe_stats_mfw->tx… in lm_niv_chip_stats_to_niv_stats()
324 …sum_64 = stats.IfHCInUcastPkts + fw_stats->fcoe.fcoe_rx_pkt_cnt + (HILO_U64( fcoe_stats_mfw->rx_fr… in lm_niv_chip_stats_to_niv_stats()
327 …sum_64 = stats.IfHCInUcastOctets + fw_stats->fcoe.fcoe_rx_byte_cnt + (HILO_U64( fcoe_stats_mfw->rx… in lm_niv_chip_stats_to_niv_stats()
H A Dlm_hw_init_reset.c1677 reg_port_wb_arr[idx] = HILO_U64( val_32[1], val_32[0] ); in lm_reset_nig_values_for_func_save_restore()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dbcm_utils.h53 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c852 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
866 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
H A Dbcm_osal.h133 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h109 data64 = HILO_U64((*(data + 1)), (*data)); in ecore_init_wr_64()