Symbol: MLX5_GET64
sys/dev/mlx5/device.h
1054
MLX5_GET64(cmd_hca_cap, mdev->hca_caps_cur[MLX5_CAP_GENERAL], cap)
sys/dev/mlx5/device.h
1086
MLX5_GET64(flow_table_nic_cap, (mdev)->hca_caps_cur[MLX5_CAP_FLOW_TABLE], cap)
sys/dev/mlx5/device.h
1164
MLX5_GET64(flow_table_eswitch_cap, \
sys/dev/mlx5/device.h
1253
MLX5_GET64(fpga_cap, (mdev)->caps.fpga, cap)
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_offload.c
316
modify_field_select = MLX5_GET64(ipsec_obj, obj, modify_field_select);
sys/dev/mlx5/mlx5_core/mlx5_diagnostics.c
198
u64 counter_value = MLX5_GET64(
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
739
*packets = MLX5_GET64(traffic_counter, stats, packets);
sys/dev/mlx5/mlx5_core/mlx5_fs_cmd.c
740
*bytes = MLX5_GET64(traffic_counter, stats, octets);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
159
u64 packets = MLX5_GET64(traffic_counter, stats, packets);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
160
u64 bytes = MLX5_GET64(traffic_counter, stats, octets);
sys/dev/mlx5/mlx5_core/mlx5_mr.c
92
mkey->iova = MLX5_GET64(mkc, mkc, start_addr);
sys/dev/mlx5/mlx5_core/mlx5_mr.c
93
mkey->size = MLX5_GET64(mkc, mkc, len);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
379
free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i]));
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
453
free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i]));
sys/dev/mlx5/mlx5_core/mlx5_srq.c
110
in->db_record = MLX5_GET64(srqc, srqc, dbr_addr);
sys/dev/mlx5/mlx5_core/mlx5_srq.c
97
in->db_record = MLX5_GET64(wq, wq, dbr_addr);
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1086
*system_image_guid = MLX5_GET64(query_hca_vport_context_out, out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1109
*node_guid = MLX5_GET64(query_hca_vport_context_out, out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1133
*port_guid = MLX5_GET64(query_hca_vport_context_out, out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1669
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1672
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1675
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1678
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1681
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1684
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1687
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1690
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1693
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1696
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1699
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1702
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1705
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1708
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1711
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1714
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1717
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1720
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1723
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1726
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1729
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1732
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1735
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
1738
MLX5_GET64(query_vport_counter_out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
351
*system_image_guid = MLX5_GET64(query_nic_vport_context_out, out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
373
*node_guid = MLX5_GET64(query_nic_vport_context_out, out,
sys/dev/mlx5/mlx5_core/mlx5_vport.c
397
*port_guid = MLX5_GET64(query_nic_vport_context_out, out,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
621
s_debug->c = MLX5_GET64(mpcnt_reg, out, counter_set.f.c);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
792
MLX5_GET64(query_vnic_env_out, out,
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
929
MLX5_GET64(query_vport_counter_out, out, x)
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
308
data->rx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
310
data->rx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
312
data->tx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
314
data->tx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
316
data->rx_total_drop = MLX5_GET64(fpga_query_qp_counters_out, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
335
data->ddr_read_requests = MLX5_GET64(fpga_shell_counters, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
337
data->ddr_write_requests = MLX5_GET64(fpga_shell_counters, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
339
data->ddr_read_bytes = MLX5_GET64(fpga_shell_counters, out,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_cmd.c
341
data->ddr_write_bytes = MLX5_GET64(fpga_shell_counters, out,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c
113
(MLX5_GET64(query_vport_counter_out, p, cntr1) + \
sys/dev/mlx5/mlx5_ib/mlx5_ib_mad.c
114
MLX5_GET64(query_vport_counter_out, p, cntr2))
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1126
MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr));
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1215
MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr));