Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h284 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
443 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr.hi), \
H A Dqede_fp.c1630 mapping = HILO_U64(le32_to_cpu(first_bd->addr.hi), in qede_start_xmit()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dmain.c433 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
454 cq = (struct qedr_cq *)(uintptr_t)HILO_U64(cq_handle->hi, in qedr_irq_handler()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h123 data64 = HILO_U64((*(data + 1)), (*data)); in bnx2x_init_wr_64()
H A Dbnx2x.h167 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
764 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr_hi), \
H A Dbnx2x_cmn.c3325 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi), in bnx2x_tx_split()
4872 *wwn = HILO_U64(cp->fcoe_wwn_node_name_hi, in bnx2x_fcoe_get_wwn()
4876 *wwn = HILO_U64(cp->fcoe_wwn_port_name_hi, in bnx2x_fcoe_get_wwn()
H A Dbnx2x_ethtool.c3260 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
3284 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
H A Dbnx2x_stats.c40 return HILO_U64(hi, lo); in bnx2x_hilo()
H A Dbnx2x_vfpf.c1158 vf_addr = HILO_U64(mbx->vf_addr_hi, mbx->vf_addr_lo) + in bnx2x_vf_mbx_resp_send_msg()