Searched refs:mlx5_get_qp_default_ts (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/mlx5/ |
D | qp.h | 564 static inline int mlx5_get_qp_default_ts(struct mlx5_core_dev *dev) in mlx5_get_qp_default_ts() function
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 286 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(priv->mdev)); in mlx5i_create_underlay_qp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 175 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in dr_create_rc_qp()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 576 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in mlx5_fpga_conn_create_qp()
|
/linux-6.1.9/drivers/vfio/pci/mlx5/ |
D | cmd.c | 805 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(mdev)); in mlx5vf_create_rc_qp()
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1083 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(dev->mdev)); in _create_kernel_qp() 1945 MLX5_SET(qpc, qpc, ts_format, mlx5_get_qp_default_ts(dev->mdev)); in create_xrc_tgt_qp()
|