/freebsd/sys/dev/mlx5/mlx5_fpga/ |
H A D | mlx5fpga_cmd.c | 308 data->rx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters() 310 data->rx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters() 312 data->tx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters() 314 data->tx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters() 316 data->rx_total_drop = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters() 335 data->ddr_read_requests = MLX5_GET64(fpga_shell_counters, out, in mlx5_fpga_shell_counters() 337 data->ddr_write_requests = MLX5_GET64(fpga_shell_counters, out, in mlx5_fpga_shell_counters() 339 data->ddr_read_bytes = MLX5_GET64(fpga_shell_counters, out, in mlx5_fpga_shell_counters() 341 data->ddr_write_bytes = MLX5_GET64(fpga_shell_counters, out, in mlx5_fpga_shell_counters()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_vport.c | 351 *system_image_guid = MLX5_GET64(query_nic_vport_context_out, out, in mlx5_query_nic_vport_system_image_guid() 373 *node_guid = MLX5_GET64(query_nic_vport_context_out, out, in mlx5_query_nic_vport_node_guid() 397 *port_guid = MLX5_GET64(query_nic_vport_context_out, out, in mlx5_query_nic_vport_port_guid() 1086 *system_image_guid = MLX5_GET64(query_hca_vport_context_out, out, in mlx5_query_hca_vport_system_image_guid() 1109 *node_guid = MLX5_GET64(query_hca_vport_context_out, out, in mlx5_query_hca_vport_node_guid() 1133 *port_guid = MLX5_GET64(query_hca_vport_context_out, out, in mlx5_query_hca_vport_port_guid() 1669 MLX5_GET64(query_vport_counter_out, in mlx5_get_vport_counters() 1672 MLX5_GET64(query_vport_counter_out, in mlx5_get_vport_counters() 1675 MLX5_GET64(query_vport_counter_out, in mlx5_get_vport_counters() 1678 MLX5_GET64(query_vport_counter_out, in mlx5_get_vport_counters() [all …]
|
H A D | mlx5_fc_cmd.c |
|
H A D | mlx5_mr.c | 92 mkey->iova = MLX5_GET64(mkc, mkc, start_addr); in mlx5_core_create_mkey_cb() 93 mkey->size = MLX5_GET64(mkc, mkc, len); in mlx5_core_create_mkey_cb()
|
H A D | mlx5_srq.c | 97 in->db_record = MLX5_GET64(wq, wq, dbr_addr); in get_wq() 110 in->db_record = MLX5_GET64(srqc, srqc, dbr_addr); in get_srqc()
|
H A D | mlx5_pagealloc.c | 379 free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i])); in give_pages() 453 free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i])); in reclaim_pages()
|
H A D | mlx5_fs_counters.c | 159 u64 packets = MLX5_GET64(traffic_counter, stats, packets); in update_counter_cache() 160 u64 bytes = MLX5_GET64(traffic_counter, stats, octets); in update_counter_cache()
|
H A D | mlx5_diagnostics.c | 196 u64 counter_value = MLX5_GET64( in mlx5_core_get_diagnostics_full()
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 114 #define MLX5_GET64(typ, p, fld) be64_to_cpu(*((__be64 *)(p) + __mlx5_64_off(typ, fld))) macro 1054 MLX5_GET64(cmd_hca_cap, mdev->hca_caps_cur[MLX5_CAP_GENERAL], cap) 1086 MLX5_GET64(flow_table_nic_cap, (mdev)->hca_caps_cur[MLX5_CAP_FLOW_TABLE], cap) 1164 MLX5_GET64(flow_table_eswitch_cap, \ 1253 MLX5_GET64(fpga_cap, (mdev)->caps.fpga, cap)
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_mad.c | 113 (MLX5_GET64(query_vport_counter_out, p, cntr1) + \ in pma_cnt_ext_assign() 114 MLX5_GET64(query_vport_counter_out, p, cntr2)) in pma_cnt_ext_assign()
|
H A D | mlx5_ib_qp.c | 1126 MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr)); in create_raw_packet_qp_sq() 1215 MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr)); in create_raw_packet_qp_rq()
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 631 s_debug->c = MLX5_GET64(mpcnt_reg, out, counter_set.f.c); 802 MLX5_GET64(query_vnic_env_out, out, in mlx5e_grp_vnic_env_update_stats() 939 MLX5_GET64(query_vport_counter_out, out, x) in mlx5e_update_stats_locked()
|