Searched refs:HILO_U64 (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede.h | 165 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro 223 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr.hi), \
|
D | qede_main.c | 505 mapping = HILO_U64(le32_to_cpu(first_bd->addr.hi), in qede_start_xmit()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 123 data64 = HILO_U64((*(data + 1)), (*data)); in bnx2x_init_wr_64()
|
D | bnx2x.h | 161 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro 867 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr_hi), \
|
D | bnx2x_cmn.c | 3349 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi), in bnx2x_tx_split() 4876 *wwn = HILO_U64(cp->fcoe_wwn_node_name_hi, in bnx2x_fcoe_get_wwn() 4880 *wwn = HILO_U64(cp->fcoe_wwn_port_name_hi, in bnx2x_fcoe_get_wwn()
|
D | bnx2x_ethtool.c | 3200 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats() 3224 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
|
D | bnx2x_stats.c | 38 return HILO_U64(hi, lo); in bnx2x_hilo()
|
D | bnx2x_vfpf.c | 1157 vf_addr = HILO_U64(mbx->vf_addr_hi, mbx->vf_addr_lo) + in bnx2x_vf_mbx_resp_send_msg()
|