Home
last modified time | relevance | path

Searched refs:mlx5_core_modify_rmp (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dtransobj.h63 int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen);
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.c275 int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen) in mlx5_core_modify_rmp() function
326 err = mlx5_core_modify_rmp(dev, in, MLX5_ST_SZ_BYTES(modify_rmp_in)); in mlx5_core_arm_rmp()
Dsrq.c407 err = mlx5_core_modify_rmp(dev, in, MLX5_ST_SZ_BYTES(modify_rmp_in)); in arm_rmp_cmd()