/openbmc/linux/drivers/hid/intel-ish-hid/ipc/ |
H A D | ipc.c | 313 struct time_sync_format ts_format; in write_ipc_from_queue() local 317 ts_format.ts1_source = HOST_SYSTEM_TIME_USEC; in write_ipc_from_queue() 318 ts_format.ts2_source = HOST_UTC_TIME_USEC; in write_ipc_from_queue() 319 ts_format.reserved = 0; in write_ipc_from_queue() 323 time_update.sync_info = ts_format; in write_ipc_from_queue()
|
/openbmc/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()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 1164 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(dev->mdev)); in _create_kernel_qp() 1352 int ts_format; in create_raw_packet_qp_sq() local 1354 ts_format = get_sq_ts_format(dev, cq); in create_raw_packet_qp_sq() 1355 if (ts_format < 0) in create_raw_packet_qp_sq() 1356 return ts_format; in create_raw_packet_qp_sq() 1385 MLX5_SET(sqc, sqc, ts_format, ts_format); in create_raw_packet_qp_sq() 1445 int ts_format; in create_raw_packet_qp_rq() local 1449 ts_format = get_rq_ts_format(dev, cq); in create_raw_packet_qp_rq() 1450 if (ts_format < 0) in create_raw_packet_qp_rq() 1451 return ts_format; in create_raw_packet_qp_rq() [all …]
|
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Core.py | 115 def ts_format(self): member in EventHeaders
|
/openbmc/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)
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 966 u8 ts_format; in mlx5e_create_rq() local 979 ts_format = mlx5_is_real_time_rq(mdev) ? in mlx5e_create_rq() 989 MLX5_SET(rqc, rqc, ts_format, ts_format); in mlx5e_create_rq() 1571 u8 ts_format; in mlx5e_create_sq() local 1584 ts_format = mlx5_is_real_time_sq(mdev) ? in mlx5e_create_sq() 1595 MLX5_SET(sqc, sqc, ts_format, ts_format); in mlx5e_create_sq()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 285 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(priv->mdev)); in mlx5i_create_underlay_qp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
H A D | conn.c | 576 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in mlx5_fpga_conn_create_qp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 320 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in dr_create_rc_qp()
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | cmd.c | 1066 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in mlx5vf_create_rc_qp()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 3288 u8 ts_format[0x2]; member 3805 u8 ts_format[0x2]; member 3922 u8 ts_format[0x2]; member
|