Home
last modified time | relevance | path

Searched refs:MLX5_GET64 (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcmd.c223 data->rx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters()
225 data->rx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters()
227 data->tx_ack_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters()
229 data->tx_send_packets = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters()
231 data->rx_total_drop = MLX5_GET64(fpga_query_qp_counters_out, out, in mlx5_fpga_query_qp_counters()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h293 #define VPORT_COUNTER_GET(vstats, c) MLX5_GET64(query_vport_counter_out, \
301 MLX5_GET64(ppcnt_reg, pstats->IEEE_802_3_counters, \
304 MLX5_GET64(ppcnt_reg, pstats->RFC_2863_counters, \
307 MLX5_GET64(ppcnt_reg, pstats->RFC_2819_counters, \
310 MLX5_GET64(ppcnt_reg, (pstats)->phy_statistical_counters, \
313 MLX5_GET64(ppcnt_reg, pstats->per_prio_counters[prio], \
317 MLX5_GET64(ppcnt_reg, (pstats)->eth_ext_counters, \
337 MLX5_GET64(mpcnt_reg, (pcie_stats)->pcie_perf_counters, \
H A Dvport.c435 *system_image_guid = MLX5_GET64(query_nic_vport_context_out, out, in mlx5_query_nic_vport_system_image_guid()
475 *node_guid = MLX5_GET64(query_nic_vport_context_out, out, in mlx5_query_nic_vport_node_guid()
1039 *rx_discard_vport_down = MLX5_GET64(query_vnic_env_out, out, in mlx5_query_vport_down_stats()
1041 *tx_discard_vport_down = MLX5_GET64(query_vnic_env_out, out, in mlx5_query_vport_down_stats()
H A Dpagealloc.c426 free_4k(dev, MLX5_GET64(manage_pages_in, in, pas[i]), function); in give_pages()
571 free_4k(dev, MLX5_GET64(manage_pages_out, out, pas[i]), function); in reclaim_pages()
H A Dhwmon.c356 mlx5_hwmon_init_sensors_indexes(hwmon, MLX5_GET64(mtcap_reg, mtcap_out, sensor_map)); in mlx5_hwmon_dev_init()
H A Den_rep.c221 MLX5_GET64(query_vport_counter_out, p, x) in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
H A Deswitch.c2156 MLX5_GET64(query_vport_counter_out, p, x) in mlx5_eswitch_get_vport_stats()
/linux/drivers/infiniband/hw/mlx5/
H A Dstd_types.c59 icm_rx = MLX5_GET64( in fill_vport_icm_addr()
63 icm_tx = MLX5_GET64( in fill_vport_icm_addr()
H A Ddm.c79 MLX5_GET64(alloc_memic_out, out, memic_start_addr); in mlx5_cmd_alloc_memic()
146 MLX5_GET64(modify_memic_out, out, memic_operation_addr); in mlx5_cmd_alloc_memic_op()
H A Dsrq_cmd.c65 in->db_record = MLX5_GET64(wq, wq, dbr_addr); in get_wq()
78 in->db_record = MLX5_GET64(srqc, srqc, dbr_addr); in get_srqc()
H A Dodp.c1057 offset = io_virt - MLX5_GET64(query_mkey_out, out, in pagefault_single_data_segment()
H A Dqp.c1396 MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr)); in create_raw_packet_qp_sq()
1484 MLX5_SET64(wq, wq, dbr_addr, MLX5_GET64(qpc, qpc, dbr_addr)); in create_raw_packet_qp_rq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c9 MLX5_GET64(query_vnic_env_out, (vnic_env_stats)->query_vnic_env_out, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_offload.c272 modify_field_select = MLX5_GET64(ipsec_obj, obj, modify_field_select); in mlx5_modify_ipsec_obj()
H A Dmacsec.c1332 modify_field_select = MLX5_GET64(macsec_offload_obj, obj, modify_field_select); in mlx5e_macsec_modify_obj()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c152 MLX5_GET64(query_vhca_migration_state_out, out, in mlx5vf_cmd_query_vhca_migration_state()