Home
last modified time | relevance | path

Searched refs:HILO_U64 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede.h288 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
447 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr.hi), \
H A Dqede_fp.c1648 mapping = HILO_U64(le32_to_cpu(first_bd->addr.hi), in qede_start_xmit()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dmain.c463 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
484 cq = (struct qedr_cq *)(uintptr_t)HILO_U64(cq_handle->hi, in qedr_irq_handler()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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.c3308 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi), in bnx2x_tx_split()
4860 *wwn = HILO_U64(cp->fcoe_wwn_node_name_hi, in bnx2x_fcoe_get_wwn()
4864 *wwn = HILO_U64(cp->fcoe_wwn_port_name_hi, in bnx2x_fcoe_get_wwn()
H A Dbnx2x_ethtool.c3252 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
3276 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.c1156 vf_addr = HILO_U64(mbx->vf_addr_hi, mbx->vf_addr_lo) + in bnx2x_vf_mbx_resp_send_msg()
/kernel/linux/linux-6.6/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.c3324 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi), in bnx2x_tx_split()
4871 *wwn = HILO_U64(cp->fcoe_wwn_node_name_hi, in bnx2x_fcoe_get_wwn()
4875 *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()

Completed in 49 milliseconds