Home
last modified time | relevance | path

Searched refs:mlx5_core_modify_sq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/mlx5/
Dtransobj.h47 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in, int inlen);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.c129 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in, int inlen) in mlx5_core_modify_sq() function
137 EXPORT_SYMBOL(mlx5_core_modify_sq);
420 return mlx5_core_modify_sq(peer_mdev, sqn, in mlx5_hairpin_modify_sq()
Den_main.c1252 err = mlx5_core_modify_sq(mdev, sqn, in, inlen); in mlx5e_modify_sq()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c3243 err = mlx5_core_modify_sq(dev, sq->base.mqp.qpn, in, inlen); in modify_raw_packet_qp_sq()