Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h142 #define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo)) macro
702 #define BD_UNMAP_ADDR(bd) HILO_U64(le32_to_cpu((bd)->addr_hi), \
Dbnx2x_init_ops.h121 data64 = HILO_U64((*(data + 1)), (*data)); in bnx2x_init_wr_64()
Dbnx2x_cmn.c2384 mapping = HILO_U64(le32_to_cpu(h_tx_bd->addr_hi), in bnx2x_tx_split()
3514 *wwn = HILO_U64(cp->fcoe_wwn_node_name_hi, in bnx2x_fcoe_get_wwn()
3518 *wwn = HILO_U64(cp->fcoe_wwn_port_name_hi, in bnx2x_fcoe_get_wwn()
Dbnx2x_ethtool.c2312 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
2336 buf[k + j] = HILO_U64(*offset, *(offset + 1)); in bnx2x_get_ethtool_stats()
Dbnx2x_stats.c36 return HILO_U64(hi, lo); in bnx2x_hilo()
Dbnx2x_main.c582 return HILO_U64(wb_data[0], wb_data[1]); in bnx2x_wb_rd()