Searched refs:HILO_U64 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_ethdev.c | 436 HILO_U64(sc->eth_stats.total_unicast_packets_received_hi, in bnx2x_dev_stats_get() 438 HILO_U64(sc->eth_stats.total_multicast_packets_received_hi, in bnx2x_dev_stats_get() 440 HILO_U64(sc->eth_stats.total_broadcast_packets_received_hi, in bnx2x_dev_stats_get() 444 HILO_U64(sc->eth_stats.total_unicast_packets_transmitted_hi, in bnx2x_dev_stats_get() 452 HILO_U64(sc->eth_stats.total_bytes_received_hi, in bnx2x_dev_stats_get() 456 HILO_U64(sc->eth_stats.total_bytes_transmitted_hi, in bnx2x_dev_stats_get() 460 HILO_U64(sc->eth_stats.error_bytes_received_hi, in bnx2x_dev_stats_get() 466 HILO_U64(sc->eth_stats.no_buff_discard_hi, in bnx2x_dev_stats_get() 470 HILO_U64(sc->eth_stats.brb_drop_hi, in bnx2x_dev_stats_get() 474 HILO_U64(sc->eth_stats.brb_truncate_hi, in bnx2x_dev_stats_get() [all …]
|
| H A D | ecore_init_ops.h | 77 data64 = HILO_U64((*(data + 1)), (*data)); in ecore_init_wr_64()
|
| H A D | bnx2x.h | 131 #define HILO_U64(hi, lo) ((((uint64_t)(hi)) << 32) + (lo)) macro
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_hw.c | 791 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation() 803 (void *)HILO_U64(cmd->src_addr_hi, in ecore_dmae_execute_sub_operation()
|