Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.h56 int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen);
Dtransobj.c236 int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen) in mlx5_core_modify_rmp() function
294 err = mlx5_core_modify_rmp(dev, in, MLX5_ST_SZ_BYTES(modify_rmp_in)); in mlx5_core_arm_rmp()
Dsrq.c388 err = mlx5_core_modify_rmp(dev, in, MLX5_ST_SZ_BYTES(modify_rmp_in)); in arm_rmp_cmd()