Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dtransobj.h59 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.c231 int mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen, in mlx5_core_create_tis() function
244 EXPORT_SYMBOL(mlx5_core_create_tis);
Den_main.c3189 return mlx5_core_create_tis(mdev, in, MLX5_ST_SZ_BYTES(create_tis_in), tisn); in mlx5e_create_tis()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c1203 return mlx5_core_create_tis(dev->mdev, in, sizeof(in), &sq->tisn); in create_raw_packet_qp_tis()