Home
last modified time | relevance | path

Searched refs:MLX5_GET64_PR (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dib_virt.c140 stats->rx_packets = MLX5_GET64_PR(query_vport_counter_out, out, received_ib_unicast.packets); in mlx5_ib_get_vf_stats()
141 stats->tx_packets = MLX5_GET64_PR(query_vport_counter_out, out, transmitted_ib_unicast.packets); in mlx5_ib_get_vf_stats()
142 stats->rx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, received_ib_unicast.octets); in mlx5_ib_get_vf_stats()
143 stats->tx_bytes = MLX5_GET64_PR(query_vport_counter_out, out, transmitted_ib_unicast.octets); in mlx5_ib_get_vf_stats()
144 stats->multicast = MLX5_GET64_PR(query_vport_counter_out, out, received_ib_multicast.packets); in mlx5_ib_get_vf_stats()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c695 rep->port_guid = MLX5_GET64_PR(hca_vport_context, ctx, port_guid); in mlx5_query_hca_vport_context()
696 rep->node_guid = MLX5_GET64_PR(hca_vport_context, ctx, node_guid); in mlx5_query_hca_vport_context()
716 rep->sys_image_guid = MLX5_GET64_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
/linux-6.1.9/include/linux/mlx5/
Ddevice.h122 #define MLX5_GET64_PR(typ, p, fld) ({ \ macro