Searched refs:ts_format (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | wc.c | 162 u8 ts_format; in create_wc_sq() local 179 ts_format = mlx5_is_real_time_sq(mdev) ? in create_wc_sq() 182 MLX5_SET(sqc, sqc, ts_format, ts_format); in create_wc_sq()
|
| H A D | en_main.c | 1147 u8 ts_format; in mlx5e_create_rq() local 1160 ts_format = mlx5_is_real_time_rq(mdev) ? in mlx5e_create_rq() 1170 MLX5_SET(rqc, rqc, ts_format, ts_format); in mlx5e_create_rq() 1765 u8 ts_format; in mlx5e_create_sq() local 1778 ts_format = mlx5_is_real_time_sq(mdev) ? in mlx5e_create_sq() 1789 MLX5_SET(sqc, sqc, ts_format, ts_format); in mlx5e_create_sq()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | aso.c | 183 u8 ts_format; in create_aso_sq() local 200 ts_format = mlx5_is_real_time_sq(mdev) ? in create_aso_sq() 203 MLX5_SET(sqc, sqc, ts_format, ts_format); in create_aso_sq()
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| H A D | Core.py | 115 def ts_format(self): member in EventHeaders
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | send.c | 744 u8 ts_format; in hws_send_ring_create_sq() local 762 ts_format = mlx5_is_real_time_sq(mdev) ? MLX5_TIMESTAMP_FORMAT_REAL_TIME : in hws_send_ring_create_sq() 764 MLX5_SET(sqc, sqc, ts_format, ts_format); in hws_send_ring_create_sq()
|
| /linux/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H A D | conn.c | 570 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in mlx5_fpga_conn_create_qp()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_send.c | 320 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in dr_create_rc_qp()
|